aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/globalCssVariables.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-12 11:26:33 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-08-12 11:26:33 -0500
commiteeb231fd66d93d29a7babca9b92d08e4e64ff84b (patch)
treeb1843e276f0fe8ba6ec14ba9c8317695d6f49115 /src/client/views/globalCssVariables.scss
parentcc343493b9da86e188c7e9a932033e1a080155cc (diff)
parente976cf57176b5ba8d758ccfd63d443c291781b4f (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
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 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