change drop down scroll to auto

This commit is contained in:
Suhail Saqan 2022-09-29 13:20:38 -07:00
parent 14ce36c1cb
commit 6c853c642e
No known key found for this signature in database
GPG Key ID: C3E8D33BFD16C6E6
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ a:hover {
background-color: var(--theme-inputBg); background-color: var(--theme-inputBg);
border: 1px solid var(--theme-borderColor); border: 1px solid var(--theme-borderColor);
max-width: 90vw; max-width: 90vw;
overflow: scroll; overflow: auto;
} }
.dropdown-item { .dropdown-item {