mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:41:41 +02:00
🐛 Fix inspect and edit grid canvas messages
This commit is contained in:
parent
4909e8bc74
commit
4537576a6d
2 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: $s-44;
|
top: $s-44;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
z-index: $z-index-20;
|
||||||
|
|
||||||
.grid-actions-container {
|
.grid-actions-container {
|
||||||
@include flexRow;
|
@include flexRow;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: $s-44;
|
top: $s-44;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
z-index: $z-index-20;
|
||||||
|
|
||||||
.viewport-actions-container {
|
.viewport-actions-container {
|
||||||
@include flexRow;
|
@include flexRow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue