mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 14:38:27 +02:00
🐛 Fix path tools blocking elements underneath
This commit is contained in:
parent
4e6a5ffa69
commit
a301856c0d
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- Fix problem with multi-user text editing [Taiga #3446](https://tree.taiga.io/project/penpot/issue/3446)
|
- Fix problem with multi-user text editing [Taiga #3446](https://tree.taiga.io/project/penpot/issue/3446)
|
||||||
|
- Fix path tools blocking elements underneath [#2050](https://github.com/penpot/penpot/issues/2050)
|
||||||
|
|
||||||
## 1.15.1-beta
|
## 1.15.1-beta
|
||||||
|
|
||||||
|
|
|
@ -352,9 +352,10 @@ $height-palette-max: 80px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
pointer-events: initial;
|
pointer-events: none;
|
||||||
|
|
||||||
.path-actions {
|
.path-actions {
|
||||||
|
pointer-events: initial;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue