diff --git a/client/css/index.css b/client/css/index.css index 763a04f..b4c5d77 100644 --- a/client/css/index.css +++ b/client/css/index.css @@ -26,7 +26,7 @@ nav.navbar { } #settings { height: calc(100dvh - var(--nav-height)); - overflow: scroll; + overflow: auto; background-color: var(--light-gray-accent); } @@ -74,3 +74,14 @@ nav.navbar { tr.identical-bot { background-color: var(--light-gray-accent); } + +.auto-scroll { + border-radius: 4px 4px 0 0; + cursor: pointer; + background: #F5F5F5FF; + padding: 4px 4px 4px 16px; +} + +.auto-scroll-text { + padding-left: 16px; +} \ No newline at end of file diff --git a/client/index.html b/client/index.html index f5c5194..f43c225 100644 --- a/client/index.html +++ b/client/index.html @@ -5,20 +5,20 @@