mirror of
https://github.com/penpot/penpot.git
synced 2026-03-05 01:31:05 +00:00
🐛 Fix unneccessary scrollbars at the color list
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user