diff options
Diffstat (limited to 'src/client/views/_global_variables.scss')
| -rw-r--r-- | src/client/views/_global_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss index 238351a77..cd6af2dac 100644 --- a/src/client/views/_global_variables.scss +++ b/src/client/views/_global_variables.scss @@ -24,5 +24,5 @@ $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? :export { - contextMenuZindex: $contextMenu-zindex + contextMenuZindex: $contextMenu-zindex; }
\ No newline at end of file |
