mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
10 lines
123 B
CSS
10 lines
123 B
CSS
.core_DropDown {
|
|
position: relative;
|
|
}
|
|
|
|
.core_DropDown .core_Menu {
|
|
top: 25px;
|
|
left: 0;
|
|
min-width: 100%;
|
|
}
|