Преглед изворни кода

fixed invisible tab bar on the bottom in full-titlebar mode - fixes #3191

Eugene Pankov пре 5 година
родитељ
комит
4742530cf3
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      terminus-core/src/components/appRoot.component.scss

+ 1 - 2
terminus-core/src/components/appRoot.component.scss

@@ -26,8 +26,7 @@ $side-tab-width: 200px;
 
 .content {
     width: 100vw;
-    height: 100vh;
-    flex: auto;
+    flex: 1 1 0;
     display: flex;
     flex-direction: column-reverse;