diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-22 11:32:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-22 11:32:38 -0400 |
| commit | 0bf2c263c82eb08a8f9545967c5907fc00be9a9f (patch) | |
| tree | 34e24c57cf0ba9cb6b31ba157b22a4cfad998fc3 /src/client/views/ContextMenu.scss | |
| parent | 13a0c0c505edd4b00f9d7b5aed78237c4d23a3d1 (diff) | |
fixed presenting backward in presBox. fixed context menu to appear above other widgets
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 1e6a377de..cbe14060a 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -3,7 +3,7 @@ .contextMenu-cont { position: absolute; display: flex; - z-index: 100000; + z-index: $contextMenu-zindex; box-shadow: 0px 3px 4px rgba(0, 0, 0, 30%); flex-direction: column; background: whitesmoke; |
