Commit 99af6da7 authored by Fatih Acet's avatar 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 @@ ...@@ -402,7 +402,7 @@
.dropdown-content { .dropdown-content {
max-height: 215px; max-height: 215px;
overflow-y: scroll; overflow-y: auto;
} }
.dropdown-footer { .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