scrollable tabs

This commit is contained in:
Brandon Fergerson 2022-05-02 13:47:27 +04:00
parent e378a1a251
commit 75e8b2c08a

View File

@ -281,6 +281,10 @@
}
.tabs {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
input {
background: inherit !important;
}