Don't screw up colorpicker layout when scrollbar is visible
This commit is contained in:
parent
1efec8dbe8
commit
7e5237eafb
1 changed files with 1 additions and 1 deletions
|
@ -1515,7 +1515,7 @@ ol[dnd-list] .dndPlaceholder {
|
|||
|
||||
.colorpicker .colorpicker-list li {
|
||||
height: 24px;
|
||||
width: 24px !important;
|
||||
width: calc(100%/10) !important;
|
||||
}
|
||||
|
||||
.colorpicker .colorpicker-list li.selected {
|
||||
|
|
Loading…
Reference in a new issue