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:
commit
094d11f972
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…
Reference in a new issue