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:
Elm UI Automation 2020-05-16 18:20:30 -04:00
parent f36f793bf8
commit 76701aca25

View File

@ -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"