Skip to content

remove deadcode related to nav dropdown #1028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove blur div
  • Loading branch information
jderochervlk committed May 5, 2025
commit 16806859cbc0a9c0e07c3cc08872b2c00373920f
9 changes: 0 additions & 9 deletions src/components/Navigation.res
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
<MobileNav route />
</div>
</nav>
<div
className="fixed z-40 bg-gray-10-tr w-full h-full bottom-0"
style={
open ReactDOM.Style
make()
->unsafeAddProp("backdropFilter", "blur(2px)")
->unsafeAddProp("WebkitBackdropFilter", "blur(2px)")
}
/>
</>
}

Expand Down