diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 09:09:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-12 09:09:53 -0400 |
| commit | 318a45b6b428a459ade553fef7fd8c26e485eccb (patch) | |
| tree | fcde0ee2e89b5a8aaedf643e5d0b54923a3e34bc /src/client/views/globalCssVariables.scss | |
| parent | 8fd9d9348de59caccfac9e98102fea431ac46999 (diff) | |
fixed dragging of icons from Tools panel to side menu panel - no aliases are created so items can now be moved around sensibly
Diffstat (limited to 'src/client/views/globalCssVariables.scss')
| -rw-r--r-- | src/client/views/globalCssVariables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss b/src/client/views/globalCssVariables.scss index 4c79a7c2f..7eb07ff55 100644 --- a/src/client/views/globalCssVariables.scss +++ b/src/client/views/globalCssVariables.scss @@ -29,6 +29,7 @@ $search-thumnail-size: 130; $contextMenu-zindex: 100000; // context menu shows up over everything $radialMenu-zindex: 100000; // context menu shows up over everything +$searchpanel-height: 32px; $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? @@ -43,4 +44,5 @@ $MAX_ROW_HEIGHT: 44px; MAX_ROW_HEIGHT: $MAX_ROW_HEIGHT; SEARCH_THUMBNAIL_SIZE: $search-thumnail-size; ANTIMODEMENU_HEIGHT: $antimodemenu-height; + SEARCH_PANEL_HEIGHT: $searchpanel-height; }
\ No newline at end of file |
