diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-04 23:00:46 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-04 23:00:46 -0500 |
| commit | 21887179878dcb1c651fdc70c00dc83858bc0c6d (patch) | |
| tree | 6620a84a2663151af955d81a9113d1336af46f35 | |
| parent | 5753b5105a5f0afccea74abbceaf9f1f96e16db1 (diff) | |
fixed anchorMenu appearing when in lightbox mode.
| -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 6eeb83ba9..c9b5e7658 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -8,7 +8,7 @@ background: #323232; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); border-radius: 0px 6px 6px 6px; - // overflow: hidden; + z-index: 1001; display: flex; &.with-rows { |
