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

This commit is contained in:
Eugene Pankov
2021-01-09 17:11:05 +01:00
parent a8d78ce185
commit 4742530cf3

View File

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