aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_MainWindow.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-xscss/imports/scss/_MainWindow.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index b7c7f4b7..b33426ba 100755
--- a/scss/imports/scss/_MainWindow.scss
+++ b/scss/imports/scss/_MainWindow.scss
@@ -85,7 +85,7 @@
85#bottomPanelContainer { 85#bottomPanelContainer {
86 //border: 1px solid #333; 86 //border: 1px solid #333;
87 background: transparent; 87 background: transparent;
88 height: 150px; 88
89 min-height:80px; 89 min-height:80px;
90 max-height:50%; 90 max-height:50%;
91 overflow:auto; 91 overflow:auto;
@@ -291,6 +291,11 @@
291 overflow-y:hidden; 291 overflow-y:hidden;
292} 292}
293 293
294.contextMenu {
295 position:absolute;
296 z-index:999;
297}
298
294#openDocumentsTabComponent { 299#openDocumentsTabComponent {
295 height: 25px; 300 height: 25px;
296 position: relative; 301 position: relative;