diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-03 10:35:29 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-03 10:35:29 -0500 |
| commit | df23545cff9c612a91272c16fa819f8b53c310d0 (patch) | |
| tree | fc9a1843ece24e9691466c0b4e32bb95d9431a6d /src/client/views/AntimodeMenu.scss | |
| parent | 5666aa3b921024c0f7e6ebb48e0e8f50bb770e79 (diff) | |
fixed webBox forward/backward and in lightbox.
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 2 |
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); |
