We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c3801 commit b314d9dCopy full SHA for b314d9d
src/layouts/SidebarLayout.res
@@ -136,12 +136,9 @@ module Sidebar = {
136
<>
137
<div
138
id="sidebar"
139
- style={{
140
- marginTop: "112px",
141
- }}
142
className={(
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"}>
+ ) ++ " 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
<aside
146
id="sidebar-content"
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"
0 commit comments