Skip to content

Commit cabab54

Browse files
fix(mobile.css): Make batch settings appear under hamburger dropdown.
Fix #348
1 parent 43fef77 commit cabab54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/components/mobile/mobile.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
left: 0;
116116
right: 0;
117117
height: 216px;
118-
z-index: 99999999;
118+
/* Must appear under the 'hamburger' dropdown which has z-index of 1000. */
119+
z-index: 999;
119120
box-shadow: 3px 0px 12px #00000052;
120121
}
121122

0 commit comments

Comments
 (0)