mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-06 16:28:30 +08:00
10 lines
135 B
CSS
10 lines
135 B
CSS
![]() |
.core_DropDownButton {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.core_DropDownButton .core_Menu {
|
||
|
top: 25px;
|
||
|
left: 0;
|
||
|
min-width: 100%;
|
||
|
}
|