aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2020-01-20 17:30:37 -0500
committerGitHub <noreply@github.com>2020-01-20 17:30:37 -0500
commit65c0769d420841765cb9545a4c99213c4433e7af (patch)
treecec7e1ea69596513c373c2245610b5e4a679da56 /src/client/views/globalCssVariables.scss
parentcc2cbf44ba5c30a70bad2ffd7a57d2c6d17d0e4e (diff)
parent758d960b4251672c9615b0bf53ea992065ca524b (diff)
Merge pull request #331 from browngraphicslab/pen
Pen
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?