mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +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;
|
||||
perspective: 1000px;
|
||||
|
||||
|
||||
|
||||
&-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user