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; margin: 0;
perspective: 1000px; perspective: 1000px;
&-content { &-content {
position: absolute; position: absolute;
width: 100%; width: 100%;

View File

@ -107,7 +107,7 @@ input[type="datetime-local"] {
} }
.advancedInput { .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 { input ~ .dropdown {

View File

@ -3620,8 +3620,7 @@ input[type="datetime-local"] {
.inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon { .inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon {
cursor: pointer; } cursor: pointer; }
.advancedInput { .advancedInput {}
position: relative; }
input ~ .dropdown { input ~ .dropdown {
position: absolute; position: absolute;