mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix unneccessary scrollbars at the color list
This commit is contained in:
parent
f2c0683803
commit
26daf507b3
2 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- "Show in exports" is showing in multiselections [Taiga 3194](https://tree.taiga.io/project/penpot/issue/3194)
|
||||
- Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211)
|
||||
- "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194)
|
||||
- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183)
|
||||
- Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170)
|
||||
- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184)
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue