Merge pull request #200 from suhailsaqan/change-drop-down-scroll-to-auto

change drop down scroll to auto
This commit is contained in:
Keyan 2022-10-03 16:09:22 -05:00 committed by GitHub
commit fdc75e47d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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