🐛 Fix path tools blocking elements underneath

This commit is contained in:
alonso.torres 2022-08-30 15:47:45 +02:00
parent 4e6a5ffa69
commit a301856c0d
2 changed files with 3 additions and 1 deletions

View file

@ -352,9 +352,10 @@ $height-palette-max: 80px;
position: absolute;
width: 100%;
z-index: 12;
pointer-events: initial;
pointer-events: none;
.path-actions {
pointer-events: initial;
display: flex;
flex-direction: row;
background: white;