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:
Nazar Kanaev 2023-02-09 21:33:17 +00:00
parent a8d7b86cdc
commit 58d6a46e36

View File

@ -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 {