Fix vertical scroll bar in tab bar (#380)

This commit is contained in:
Evan Simkowitz 2024-03-05 13:08:18 -08:00 committed by GitHub
parent e30748109c
commit b54cad6304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,7 @@
.screen-tabs-container-inner {
overflow-x: scroll;
overflow-y: hidden;
}
.screen-tabs {