mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
For inFront elements, only have a zindex on those attached to the root element.
This commit is contained in:
parent
fe2b14b87e
commit
a37f0bfe65
@ -988,6 +988,7 @@ baseSheet =
|
||||
, Child (dot classes.inFront)
|
||||
[ Descriptor (dot classes.nearby)
|
||||
[ Prop "position" "fixed"
|
||||
, Prop "z-index" "20"
|
||||
]
|
||||
]
|
||||
]
|
||||
@ -1077,7 +1078,6 @@ 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