Fix colorPanel width
This commit is contained in:
parent
42c4301472
commit
14202c8a15
@ -24,7 +24,7 @@ body {
|
||||
|
||||
#colorPanel {
|
||||
position: fixed;
|
||||
width: 168px;
|
||||
width: max-content;
|
||||
height: 205px;
|
||||
z-index: 240;
|
||||
padding: 4px 6px;
|
||||
|
||||
@ -459,7 +459,7 @@ div.row .rowtd .rowtext{
|
||||
|
||||
#colorPanel {
|
||||
position: fixed;
|
||||
width: 168px;
|
||||
width: max-content;
|
||||
height: 205px;
|
||||
z-index: 240;
|
||||
padding: 4px 6px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user