Skip to content

Commit 07b918a

Browse files
committed
Ensure tooltips are on top of menu in narrow view.
1 parent 52ccccd commit 07b918a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/sass/controls.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ svg.icon {
149149
display: flex;
150150
flex-flow: column;
151151
align-items: center;
152-
z-index: 100;
152+
z-index: 10000;
153153

154154
position: absolute;
155155
transform: translate(-50%, 0%);

dev/sass/views/header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
margin: $pad*0.25 0;
100100
padding: $pad*0.625;
101101

102+
background: $dark;
102103
opacity: 0.85;
103104
&:hover {
104105
background: $dark;

0 commit comments

Comments
 (0)