We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17e7ea commit 147d2f9Copy full SHA for 147d2f9
src/layouts/SidebarLayout.res
@@ -136,9 +136,6 @@ 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 mt-28 md:mt-0"}>
0 commit comments