Set the height of the UI Select Menu so it doesn't exceed 200px
This commit is contained in:
parent
c28e26d5cc
commit
e15abd4a4b
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ body {
|
|||
}
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
.ui-selectmenu-menu .ui-menu {
|
||||
height: 200px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue