移动端下拉弹出居中

This commit is contained in:
Bard 2024-12-19 12:07:02 +08:00 committed by GitHub
parent fb36113d82
commit 4a1dae82fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4454,7 +4454,7 @@ pre.command-output {
} }
.cbi-dropdown[open]>ul.dropdown { .cbi-dropdown[open]>ul.dropdown {
left: 0.785rem !important; left: 0 !important;
right: 0 !important; right: 0 !important;
margin-bottom: 1rem; margin-bottom: 1rem;
} }