Fix minori colorpicker

This commit is contained in:
Pek5892 2024-05-30 11:15:13 +02:00
parent 98ed3e6144
commit d60510e6c0
1 changed files with 3 additions and 3 deletions

View File

@ -142,8 +142,8 @@ input[type=file] {
}
.square {
width: 24px;
height: 24px;
width: 18px;
height: 18px;
margin: auto;
}
@ -378,7 +378,7 @@ span.form-control {
.colorpicker,
.colorpicker * {
z-index: 9999
z-index: 9999;
}
.signature-pad {