Skip to content

Commit

Permalink
Fix merge issues again.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed Sep 28, 2024
1 parent 566401e commit 83fa634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.edit-site-editor-canvas-container__close-button {
position: absolute;
right: $grid-unit-10;
top: math.div($grid-unit-60 - $button-size, 2); // ( tab height - button size ) / 2
top: $grid-unit-10;
z-index: 2;
background: $white;
}

0 comments on commit 83fa634

Please sign in to comment.