fixed tab scrolling

This commit is contained in:
Eugene Pankov
2021-01-09 17:48:31 +01:00
parent a19f35ac44
commit bcb1b6a13b

View File

@@ -27,6 +27,7 @@ $side-tab-width: 200px;
.content { .content {
width: 100vw; width: 100vw;
flex: 1 1 0; flex: 1 1 0;
min-height: 0;
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;