aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-02-03 10:35:29 -0500
committerbobzel <zzzman@gmail.com>2021-02-03 10:35:29 -0500
commitdf23545cff9c612a91272c16fa819f8b53c310d0 (patch)
treefc9a1843ece24e9691466c0b4e32bb95d9431a6d /src/client/views/AntimodeMenu.scss
parent5666aa3b921024c0f7e6ebb48e0e8f50bb770e79 (diff)
fixed webBox forward/backward and in lightbox.
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
-rw-r--r--src/client/views/AntimodeMenu.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss
index be21cec12..6eeb83ba9 100644
--- a/src/client/views/AntimodeMenu.scss
+++ b/src/client/views/AntimodeMenu.scss
@@ -3,7 +3,7 @@
.antimodeMenu-cont {
position: absolute;
- z-index: 10000;
+ z-index: 10001;
height: $antimodemenu-height;
background: #323232;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);