aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-01-13 17:31:15 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-01-13 17:31:15 -0500
commit75d5b58ef99a80ca2b2823a7836b96a2b574f9f5 (patch)
treed9a060a38800f3336a5df4f0c27eb85e0bb63494 /src/client/views/globalCssVariables.scss
parentd86b4db095379d473820271868e8f7cd5830d502 (diff)
parent4daad3765bd3c5693b9aff2ce53ca8b81804d000 (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.scss2
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?