diff options
| author | bobzel <zzzman@gmail.com> | 2019-04-11 09:34:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-04-11 09:34:46 -0400 |
| commit | e9cbcfa2a893572f8b92bba84dd0791e6f50be71 (patch) | |
| tree | f2996a9ef768be4628413754e0a8f2d007959a08 /src/client/views/_global_variables.scss | |
| parent | 354d65953cc6e29386b465ab2a12e85b443aad56 (diff) | |
cleaned up z-index stuff
Diffstat (limited to 'src/client/views/_global_variables.scss')
| -rw-r--r-- | src/client/views/_global_variables.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss index 44a819b79..238351a77 100644 --- a/src/client/views/_global_variables.scss +++ b/src/client/views/_global_variables.scss @@ -15,3 +15,14 @@ $sans-serif: "Noto Sans", sans-serif; $serif: "Crimson Text", serif; // misc values $border-radius: 0.3em; +// + + // dragged items +$contextMenu-zindex: 1000; // 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? + +:export { + contextMenuZindex: $contextMenu-zindex +}
\ No newline at end of file |
