mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
fix empty lines and advanced input overflow
This commit is contained in:
parent
53a2b68b4d
commit
e68a832044
|
|
@ -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%;
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user