Skip to content

Commit

Permalink
Tweak display of editable slot
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 3, 2023
1 parent b3bd27b commit 118ae9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SearchBlock/edit.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
@overlayZIndex: 1;

.cms-ui {
.aboveSearchblockOverlay {
background: pink;
padding: 0.4rem;
}
}

.aboveSearchblockOverlay {
z-index: @overlayZIndex + 1;
position: relative;
Expand Down

0 comments on commit 118ae9f

Please sign in to comment.