mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-07 16:58:26 +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%;
|
|
}
|