This commit is contained in:
SillyLossy
2023-04-18 23:48:15 +03:00

View File

@@ -2822,7 +2822,7 @@ a {
/* max-height: 100svh; */ /* max-height: 100svh; */
box-shadow: none; box-shadow: none;
border-radius: 0 0 0 20px; border-radius: 0 0 0 20px;
overflow-x: hidden; overflow: hidden;
scrollbar-width: thin; scrollbar-width: thin;
} }
@@ -3064,12 +3064,12 @@ label[for="extensions_autoconnect"] {
padding: 5px; padding: 5px;
border-radius: 0 0 20px 0; border-radius: 0 0 20px 0;
box-shadow: none; box-shadow: none;
overflow-y: hidden; overflow: hidden;
} }
.scrollableInner { .scrollableInner {
overflow-x: hidden; overflow-x: hidden;
height: calc(100svh - 90px); height: calc(100% - 30px);
} }
.width100p { .width100p {