mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
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
@ -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…
x
Reference in New Issue
Block a user