Fix margin errors in dropdown with some browsers/OS

This commit is contained in:
yflory 2023-12-15 17:23:28 +01:00
parent 461d276d16
commit 94a1642d7b
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
}
.cp-dropdown-content {
list-style-type: none;
display: none;
position: absolute;
background-color: @cp_dropdown-bg;