Fix position bug for advanced input

This commit is contained in:
Dennis Eichhorn 2019-05-18 16:29:35 +02:00
parent d0539f73c9
commit 1c39197d1b
2 changed files with 7 additions and 0 deletions

View File

@ -106,6 +106,10 @@ input[type="datetime-local"] {
}
}
.advancedInput {
position: relative;
}
input ~ .dropdown {
position: absolute;
display: none;

View File

@ -3623,6 +3623,9 @@ input[type="datetime-local"] {
.inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon {
cursor: pointer; }
.advancedInput {
position: relative; }
input ~ .dropdown {
position: absolute;
display: none;