aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2020-01-13 17:33:40 -0500
committerFawn <fangrui_tong@brown.edu>2020-01-13 17:33:40 -0500
commita53d5600be4cf6cd8c55813ac1958cf754508ee4 (patch)
treecac159c287ec3f4508e78b5e7afa3e295735406e /src/client/views/globalCssVariables.scss
parenta23fb4733c250b2be0124ad456af7da71f4fca00 (diff)
parent75d5b58ef99a80ca2b2823a7836b96a2b574f9f5 (diff)
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into remote
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?