Fix tab scroll on mobile again

This commit is contained in:
Sasha Koshka 2022-10-08 19:31:12 -04:00
parent 0bd5fa1fd4
commit 15d79e4d44

View File

@ -140,8 +140,7 @@ header {
overflow-x: auto; overflow-x: auto;
white-space: nowrap; white-space: nowrap;
scrollbar-width: thin; scrollbar-width: thin;
max-width: 100%; width: 100%;
display: inline;
} }
.files { .files {