increase hidden input height
this allows to show the whole selectgroup area when scrolled via arrow keys. as a side effect it makes pagination to work with arrow keys as well.
This commit is contained in:
parent
a8d7b86cdc
commit
58d6a46e36
1 changed files with 3 additions and 1 deletions
|
|
@ -164,7 +164,9 @@ select.form-control:not([multiple]):not([size]) {
|
|||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0; left: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.selectgroup + .selectgroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue