mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 11:52:09 +03:00
resolves #175 , resolves #69 - Adds a z-index of 20 to inFront elements. While source position resolves some issues, apparently a manual z-index is also important. Need more verification if possible that this doesn't create other issues.
This commit is contained in:
parent
f36f793bf8
commit
76701aca25
@ -1071,6 +1071,7 @@ baseSheet =
|
||||
, Prop "left" "0"
|
||||
, Prop "top" "0"
|
||||
, Prop "margin" "0 !important"
|
||||
, Prop "z-index" "20"
|
||||
, Prop "pointer-events" "none"
|
||||
, Child "*"
|
||||
[ Prop "pointer-events" "auto"
|
||||
|
Loading…
Reference in New Issue
Block a user