0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix inspect and edit grid canvas messages

This commit is contained in:
Alejandro Alonso 2024-01-26 14:17:26 +01:00
parent 4909e8bc74
commit 4537576a6d
2 changed files with 2 additions and 0 deletions

View file

@ -114,6 +114,7 @@
position: absolute;
top: $s-44;
left: 50%;
z-index: $z-index-20;
.grid-actions-container {
@include flexRow;

View file

@ -11,6 +11,7 @@
position: absolute;
top: $s-44;
left: 50%;
z-index: $z-index-20;
.viewport-actions-container {
@include flexRow;