fix color picker z-index (always above)
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
This commit is contained in:
parent
83455b7098
commit
e229deb0f6
5 changed files with 20 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
background: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||
z-index: 10000;
|
||||
z-index: 10;
|
||||
width: 860px;
|
||||
max-height: 600px;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -529,7 +529,7 @@ input[type=number] {
|
|||
background: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||
z-index: 10000;
|
||||
z-index: 10;
|
||||
width: 860px;
|
||||
max-height: 600px;
|
||||
display: flex;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -22,18 +22,24 @@ Customcss:
|
|||
background: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: DM Sans;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
text-align: start;
|
||||
color: rgb(0, 0, 0);
|
||||
background: rgba(113, 54, 255, 0.1);
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
body {
|
||||
font-family: "DM Sans", sans-serif;
|
||||
text-align: left;
|
||||
color: rgb(190, 9, 9);
|
||||
}
|
||||
|
||||
background: blue;
|
||||
p {
|
||||
text-align: right;
|
||||
font-size: 14px;
|
||||
margin: 0mm;
|
||||
font-weight: 300;
|
||||
font-family: Arial;
|
||||
font-style: italic;
|
||||
padding-top: 20mm;
|
||||
padding-right: 20mm;
|
||||
padding-bottom: 20mm;
|
||||
padding-left: 20mm;
|
||||
padding: 0mm;
|
||||
}
|
||||
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue