mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Fix position bug for advanced input
This commit is contained in:
parent
d0539f73c9
commit
1c39197d1b
|
|
@ -106,6 +106,10 @@ input[type="datetime-local"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.advancedInput {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
input ~ .dropdown {
|
input ~ .dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -3623,6 +3623,9 @@ 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 {
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
input ~ .dropdown {
|
input ~ .dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user