mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 12:09:24 +00: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
@ -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…
x
Reference in New Issue
Block a user