mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +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 {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -3623,6 +3623,9 @@ input[type="datetime-local"] {
|
|||
.inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon {
|
||||
cursor: pointer; }
|
||||
|
||||
.advancedInput {
|
||||
position: relative; }
|
||||
|
||||
input ~ .dropdown {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user