Skip to content

Commit

Permalink
Fixes umbraco#12127 - sets z-index on block list actions element (umb…
Browse files Browse the repository at this point in the history
…raco#13179)

* Sets z-index on block list actions element

Should solve umbraco#12127 umbraco#12127

* umbraco#12127 : introduces variable for block actions z-index
  • Loading branch information
jannikanker authored Oct 21, 2022
1 parent d0a5839 commit 3d3fbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Umbraco.Web.UI.Client/src/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
// Try to avoid customizing these :)
@zIndexEditor: 100;
@zIndexTree: 100;
@zIndexBlockActions: 500;
@zindexDropdown: 1000;
@zindexPopover: 1010;
@zindexTooltip: 1030;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ng-form.ng-invalid-val-server-match-settings > .umb-block-list__block > .umb-blo
border-radius: 16px;
padding-left: 5px;
padding-right: 5px;
z-index: @zIndexBlockActions;
.action {
position: relative;
display: inline-block;
Expand Down

0 comments on commit 3d3fbd3

Please sign in to comment.