BigW Consortium Gitlab

Commit 99af6da7 by Fatih Acet

Merge branch '23467-dropdown-overflow' into 'master'

Change overflow scroll to auto Changes overflow scroll to auto Closes #23467 See merge request !7048
parents 7e061bba ef56ceb4
......@@ -402,7 +402,7 @@
.dropdown-content {
max-height: 215px;
overflow-y: scroll;
overflow-y: auto;
}
.dropdown-footer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment