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

10 lines
135 B
CSS
Raw Normal View History

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