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
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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;