Skip to content

Commit

Permalink
Merge pull request #10905 from rusikv/bug/widget-preview-background-z…
Browse files Browse the repository at this point in the history
…-index

Fixed visible elements behind widget preview
  • Loading branch information
ikulikov committed May 31, 2024
2 parents 5e81285 + 3174d99 commit 5f7edb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
right: 0;
bottom: 0;
background: #fff;
z-index: 1;
z-index: 5;
}
.widget-preview-section {
position: absolute;
Expand Down

0 comments on commit 5f7edb6

Please sign in to comment.