diff options
| author | Andy Rickert <andyrickert@Christina-Paxson.local> | 2020-01-08 22:32:09 -0800 |
|---|---|---|
| committer | Andy Rickert <andyrickert@Christina-Paxson.local> | 2020-01-08 22:32:09 -0800 |
| commit | e3466bdb86fdc3096e86f2437a0c8e2000b2252a (patch) | |
| tree | 946773e65c9a7f5ab6f1fca64b755388f08d3697 /src/client/views/globalCssVariables.scss | |
| parent | 01fc2726d439127baebc214bc1c0c7a0c1554fa2 (diff) | |
menu appears on click
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
| -rw-r--r-- | src/client/views/globalCssVariables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss index 6dffee586..019f931f9 100644 --- a/src/client/views/globalCssVariables.scss +++ b/src/client/views/globalCssVariables.scss @@ -25,6 +25,8 @@ $search-thumnail-size: 175; // dragged items $contextMenu-zindex: 100000; // context menu shows up over everything +$radialMenu-zindex: 100000; // context menu shows up over everything + $mainTextInput-zindex: 999; // then text input overlay so that it's context menu will appear over decorations, etc $docDecorations-zindex: 998; // then doc decorations appear over everything else $remoteCursors-zindex: 997; // ... not sure what level the remote cursors should go -- is this right? |
