change drop down scroll to auto
This commit is contained in:
parent
14ce36c1cb
commit
6c853c642e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue