Skip to content

Commit

Permalink
consistently set z-index for the hud
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Apr 6, 2018
1 parent 4fb533b commit 4e94646
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/shadow/cljs/devtools/client/hud.cljs
Expand Up @@ -97,7 +97,8 @@
:style {:position "absolute"
:pointer-events "none"
:left "0px"
:bottom "20px"}}
:bottom "20px"
:z-index "10000"}}
[:div {:style {:background "#eee"
:border-top-right-radius "40px"
:border-bottom-right-radius "40px"
Expand Down Expand Up @@ -234,7 +235,7 @@
:color "#000"
:background-color "#fff"
:border "5px solid red"
:z-index "100"
:z-index "10000"
:padding "20px"
:overflow "auto"
:font-family "monospace"
Expand All @@ -254,7 +255,8 @@
:style {:position "absolute"
:pointer-events "none"
:left "0px"
:bottom "20px"}}
:bottom "20px"
:z-index "10000"}}
[:div {:style {:background "#c00"
:border-top-right-radius "40px"
:border-bottom-right-radius "40px"
Expand Down

0 comments on commit 4e94646

Please sign in to comment.