diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-01-13 17:31:15 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-01-13 17:31:15 -0500 |
| commit | 75d5b58ef99a80ca2b2823a7836b96a2b574f9f5 (patch) | |
| tree | d9a060a38800f3336a5df4f0c27eb85e0bb63494 /src/client/views/globalCssVariables.scss | |
| parent | d86b4db095379d473820271868e8f7cd5830d502 (diff) | |
| parent | 4daad3765bd3c5693b9aff2ce53ca8b81804d000 (diff) | |
radial menu stuff added, too unstable to use currently
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? |
