usersettings defaults

This commit is contained in:
root
2023-09-04 10:38:51 +02:00
parent 2667e198f6
commit d1292b03a9
5 changed files with 1332 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
min-width: 3em;
}
.scrollX {
overflow-x: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
overflow-y: hidden;
white-space: nowrap;
@@ -42,6 +42,7 @@
.hiddenScrollX::-webkit-scrollbar,
.layout-tv .scrollX::-webkit-scrollbar {
height: 0 !important;
display: none;
}
.scrollY {
overflow-y: auto;