mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 00:36:13 +02:00
🐛 Fix scroll on token themes modal (#6251)
* 🐛 Fix scroll on token themes modal * 🐛 Fix collapse set group error
This commit is contained in:
parent
89153eef23
commit
e5db66351e
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- Increase the height of the right sidebar dropdowns [Taiga #10615](https://tree.taiga.io/project/penpot/issue/10615)
|
- Increase the height of the right sidebar dropdowns [Taiga #10615](https://tree.taiga.io/project/penpot/issue/10615)
|
||||||
|
- Fix scroll on token themes modal [Taiga #10745](https://tree.taiga.io/project/penpot/issue/10745)
|
||||||
|
|
||||||
## 2.6.1
|
## 2.6.1
|
||||||
|
|
||||||
|
|
|
@ -190,6 +190,7 @@
|
||||||
border: $s-1 solid color-mix(in hsl, var(--color-foreground-secondary) 30%, transparent);
|
border: $s-1 solid color-mix(in hsl, var(--color-foreground-secondary) 30%, transparent);
|
||||||
border-radius: $s-8;
|
border-radius: $s-8;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
max-height: $s-452;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sets-count-empty-button {
|
.sets-count-empty-button {
|
||||||
|
|
|
@ -171,6 +171,7 @@
|
||||||
on-collapse-click
|
on-collapse-click
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(fn [event]
|
(fn [event]
|
||||||
|
(dom/prevent-default event)
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
(on-toggle-collapse tree-path)))
|
(on-toggle-collapse tree-path)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue