mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
fix colorpicker bar height bug
This commit is contained in:
parent
9a1ed2bb9b
commit
aca9700baf
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
margin-right: 15px;
|
||||
}
|
||||
.color-picker-bar {
|
||||
height: 100%;
|
||||
height: 165px;
|
||||
position: relative;
|
||||
width: 15px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue