fix empty lines and advanced input overflow

This commit is contained in:
Dennis Eichhorn 2019-09-28 20:57:55 +02:00
parent 53a2b68b4d
commit e68a832044
3 changed files with 2 additions and 5 deletions

View File

@ -116,8 +116,6 @@ div.slider-1 {
margin: 0;
perspective: 1000px;
&-content {
position: absolute;
width: 100%;

View File

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

View File

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