Skip to content

Commit 1680685

Browse files
committed
remove blur div
1 parent 70a9ab5 commit 1680685

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/Navigation.res

-9
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,6 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
165165
<MobileNav route />
166166
</div>
167167
</nav>
168-
<div
169-
className="fixed z-40 bg-gray-10-tr w-full h-full bottom-0"
170-
style={
171-
open ReactDOM.Style
172-
make()
173-
->unsafeAddProp("backdropFilter", "blur(2px)")
174-
->unsafeAddProp("WebkitBackdropFilter", "blur(2px)")
175-
}
176-
/>
177168
</>
178169
}
179170

0 commit comments

Comments
 (0)