diff --git a/lib/features/common/adaptive_root_scaffold.dart b/lib/features/common/adaptive_root_scaffold.dart index 6f235c65..1693cf1c 100644 --- a/lib/features/common/adaptive_root_scaffold.dart +++ b/lib/features/common/adaptive_root_scaffold.dart @@ -112,7 +112,7 @@ class _CustomAdaptiveScaffold extends HookConsumerWidget { key: RootScaffold.stateKey, drawer: Breakpoints.small.isActive(context) ? Drawer( - width: (MediaQuery.sizeOf(context).width * 0.88).clamp(0, 304), + width: (MediaQuery.sizeOf(context).width * 0.88).clamp(1, 304), child: NavigationRail( extended: true, selectedIndex: selectedWithOffset(drawerDestinationRange),