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/global | |
| parent | 13a0c0c505edd4b00f9d7b5aed78237c4d23a3d1 (diff) | |
fixed presenting backward in presBox. fixed context menu to appear above other widgets
Diffstat (limited to 'src/client/views/global')
| -rw-r--r-- | src/client/views/global/globalCssVariables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/global/globalCssVariables.scss b/src/client/views/global/globalCssVariables.scss index ac2c04aaa..e68f9abe3 100644 --- a/src/client/views/global/globalCssVariables.scss +++ b/src/client/views/global/globalCssVariables.scss @@ -47,7 +47,7 @@ $topbar-height: 37px; $antimodemenu-height: 36px; // dragged items -$contextMenu-zindex: 100000; // context menu shows up over everything +$contextMenu-zindex: 100002; // context menu shows up over everything $radialMenu-zindex: 100000; // context menu shows up over everything // borders |
