🐛 Fix unneccessary scrollbars at the color list

This commit is contained in:
Pablo Alba 2022-04-07 22:12:53 +02:00
parent f2c0683803
commit 26daf507b3
2 changed files with 3 additions and 1 deletions

View file

@ -64,6 +64,7 @@ ul.palette-menu .color-bullet {
height: 20px;
border: 1px solid $color-gray-10;
background-size: 8px;
overflow: hidden;
}
.asset-section .asset-list-item .color-bullet {