phantasmal-world/src/core/gui/DropDown.css

10 lines
123 B
CSS
Raw Normal View History

.core_DropDown {
position: relative;
}
.core_DropDown .core_Menu {
top: 25px;
left: 0;
min-width: 100%;
}