diff --git a/input.scss b/input.scss index fd77e51..b0960cc 100644 --- a/input.scss +++ b/input.scss @@ -106,6 +106,10 @@ input[type="datetime-local"] { } } +.advancedInput { + position: relative; +} + input ~ .dropdown { position: absolute; display: none; diff --git a/styles.css b/styles.css index 4665fa7..15f8385 100644 --- a/styles.css +++ b/styles.css @@ -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;