mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +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:
@@ -164,7 +164,9 @@ select.form-control:not([multiple]):not([size]) {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
top: 0; left: 0;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectgroup + .selectgroup {
|
.selectgroup + .selectgroup {
|
||||||
|
Reference in New Issue
Block a user