Fixes #12127 - sets z-index on block list actions element (#13179)

* Sets z-index on block list actions element

Should solve #12127 https://github.com/umbraco/Umbraco-CMS/issues/12127

* #12127 : introduces variable for block actions z-index
This commit is contained in:
Jannik Anker
2022-10-21 14:51:34 +02:00
committed by GitHub
parent d0a58392c6
commit 3d3fbd34ca
2 changed files with 2 additions and 0 deletions

View File

@@ -353,6 +353,7 @@
// Try to avoid customizing these :)
@zIndexEditor: 100;
@zIndexTree: 100;
@zIndexBlockActions: 500;
@zindexDropdown: 1000;
@zindexPopover: 1010;
@zindexTooltip: 1030;

View File

@@ -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;