Put back style permitting scrolling to work

pull/3863/head
Isaac Connor 2024-03-12 08:44:12 -04:00
parent ae20617c53
commit 657cda18ef
1 changed files with 8 additions and 6 deletions

View File

@ -32,14 +32,16 @@ input.large {
}
#sidebar {
/* overflow-y: auto; */
overflow-y: auto;
min-width: 160px;
}
#optionsContainer {
overflow: none;
}
#options {
/* overflow-y: auto;
padding-top: 15px;
height: 100%; */
overflow-y: auto;
height: 100%;
}
#options div.col-md {
text-align: left;
@ -95,8 +97,8 @@ input[name="newStorage[Url]"] {
}
form {
/* position: relative;
height: 100%; */
/* height: 100% is to make scrollbars work in #options */
height: 100%;
padding-top: 2rem;
}