Skip to content

Commit

Permalink
Main menu z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Janiczek committed Nov 3, 2024
1 parent fcfc59f commit 2360e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ leftNavView leftNav model =
NotLoggedIn ->
Nothing
in
H.div [ HA.class "bg-green-800 min-w-[28ch] max-w-[28ch] px-6 pb-10 pt-[26px] flex flex-col gap-10 items-center max-h-vh overflow-hidden fixed left-0 top-0 bottom-0" ]
H.div [ HA.class "bg-green-800 min-w-[28ch] max-w-[28ch] px-6 pb-10 pt-[26px] flex flex-col gap-10 items-center max-h-vh overflow-hidden fixed z-[1] left-0 top-0 bottom-0" ]
[ logoView model
, H.div [ HA.class "flex flex-col items-center gap-6" ]
(leftNav tickFrequency)
Expand Down

0 comments on commit 2360e3c

Please sign in to comment.