Skip to content

Commit 3ad8c92

Browse files
authored
remove margin override (#1045)
1 parent f17e7ea commit 3ad8c92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layouts/SidebarLayout.res

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ module Sidebar = {
136136
<>
137137
<div
138138
id="sidebar"
139-
style={{
140-
marginTop: "112px",
141-
}}
142139
className={(
143140
isOpen ? "fixed w-full left-0 h-full z-20 min-w-320" : "hidden "
144141
) ++ " 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

Comments
 (0)