0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Merge pull request #4059 from penpot/superalex-fix-canvas-messages

🐛 Fix inspect and edit grid canvas messages
This commit is contained in:
Aitor Moreno 2024-01-26 14:41:11 +01:00 committed by GitHub
commit 094d11f972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;