File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function SettingsInner({
9797 className = { cn (
9898 'fixed inset-0 z-40 bg-black/50 lg:hidden transition-opacity duration-200' ,
9999 mobileSidebarOpen
100- ? 'opacity-100'
100+ ? 'opacity-100 z-99999 '
101101 : 'pointer-events-none opacity-0'
102102 ) }
103103 aria-hidden
@@ -114,7 +114,7 @@ function SettingsInner({
114114 // Mobile: fixed slide-in drawer
115115 'max-lg:fixed max-lg:inset-y-0 max-lg:left-0 max-lg:z-50 max-lg:w-72 max-lg:flex max-lg:flex-col max-lg:bg-background max-lg:shadow-xl' ,
116116 'max-lg:transition-transform max-lg:duration-200 max-lg:ease-out' ,
117- mobileSidebarOpen ? 'max-lg:translate-x-0' : 'max-lg:-translate-x-full' ,
117+ mobileSidebarOpen ? 'max-lg:translate-x-0 z-99999 ' : 'max-lg:-translate-x-full' ,
118118 ) }
119119 >
120120 { /* Mobile close button */ }
You can’t perform that action at this time.
0 commit comments