9 lines
81 B
CSS
9 lines
81 B
CSS
.dropdown {
|
|
width: 200px;
|
|
}
|
|
|
|
div.menu {
|
|
max-height: 300px;
|
|
width: 300px;
|
|
}
|