Skip to content

Commit

Permalink
Merge pull request #289 from sherlockode/fix/element-toolbar-zindex
Browse files Browse the repository at this point in the history
Add zindex on field toolbar to avoid preview displayed above toolbar
  • Loading branch information
Vowow authored May 5, 2023
2 parents bd819a5 + 8ba8ef6 commit 8ea9db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/public/css/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
color: white;
padding: 5px;
border-radius: 5px;
z-index: 1;
.acb-field-heading {
display: flex;
align-items: center;
Expand Down

0 comments on commit 8ea9db5

Please sign in to comment.