1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00

fixed tab scrolling

This commit is contained in:
Eugene Pankov 2021-01-09 17:48:31 +01:00
parent a19f35ac44
commit bcb1b6a13b
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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