From e68a832044cf6be180e32e61f7bee3b7433fee46 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Sep 2019 20:57:55 +0200 Subject: [PATCH] fix empty lines and advanced input overflow --- image.scss | 2 -- input.scss | 2 +- styles.css | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/image.scss b/image.scss index 7c4c1f1..9c0f07f 100644 --- a/image.scss +++ b/image.scss @@ -116,8 +116,6 @@ div.slider-1 { margin: 0; perspective: 1000px; - - &-content { position: absolute; width: 100%; diff --git a/input.scss b/input.scss index b9f56d9..c4e02c0 100644 --- a/input.scss +++ b/input.scss @@ -107,7 +107,7 @@ input[type="datetime-local"] { } .advancedInput { - position: relative; + /* position: relative; uncomment! otherwise the drop down inside would not be able to overflow and add a scroll bar to the container which is not desired in this case! */ } input ~ .dropdown { diff --git a/styles.css b/styles.css index 4a1bab6..106d6f5 100644 --- a/styles.css +++ b/styles.css @@ -3620,8 +3620,7 @@ input[type="datetime-local"] { .inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon { cursor: pointer; } -.advancedInput { - position: relative; } +.advancedInput {} input ~ .dropdown { position: absolute;