File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module MobileNav = {
71
71
}
72
72
}
73
73
74
- /* isOverlayOpen: if the mobile overlay is toggled open */
74
+ /* isOverlayOpen: if the mobile sidebar is toggled open */
75
75
@react.component
76
76
let make = (~fixed = true , ~isOverlayOpen : bool , ~setOverlayOpen : (bool => bool ) => unit ) => {
77
77
let minWidth = "20rem"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ module Sidebar = {
141
141
}}
142
142
className = {(
143
143
isOpen ? "fixed w-full left-0 h-full z-20 min-w-320" : "hidden "
144
- ) ++ " overflow-x-hidden md:block md:w-48 md:-ml-4 lg:w-1/5 md:h-auto md:relative overflow-y-visible bg-white" }>
144
+ ) ++ " overflow-x-hidden md:block md:w-48 md:-ml-4 lg:w-1/5 md:h-auto md:relative overflow-y-visible bg-white mt-28 md:mt-0 " }>
145
145
<aside
146
146
id = "sidebar-content"
147
147
className = "relative top-0 px-4 w-full block md:top-16 md:pt-4 md:sticky border-r border-gray-20 overflow-y-auto pb-24"
You can’t perform that action at this time.
0 commit comments