diff --git a/webpage/style.css b/webpage/style.css index 1d9a039..395a82e 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -227,13 +227,18 @@ h2 { overflow: auto; flex-shrink: 0; background: var(--server-list); + overflow-y: scroll; + scrollbar-width: none; +} +#neunence::-webkit-scrollbar, #neunence::-webkit-scrollbar-button { + display: none; } - #servers { vertical-align: top; height: calc(100dvh - .07in); margin: 0.05in .05in .02in .05in; width: .5in; + max-width: .5in; } #servers::-webkit-scrollbar { @@ -1686,4 +1691,7 @@ form div{ #servertd{ z-index:5; background: var(--server-name-bg); +} +.titlespace{ + padding:.1in 0 0 .1in } \ No newline at end of file