Skip to content

Commit

Permalink
fix admin bar overlapping widget area add menu (#4849)
Browse files Browse the repository at this point in the history
* fix admin bar overlap

* changelog

---------

Co-authored-by: Etienne Laurent <[email protected]>
  • Loading branch information
ETLaurent and Etienne Laurent authored Jan 28, 2025
1 parent 2e08d34 commit 7da11c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

* Field inputs inside an array modal can now be focused/tabbed via keyboard
* Fixes admin bar overlapping widget area add menu.

### Changes

Expand Down
2 changes: 1 addition & 1 deletion modules/@apostrophecms/ui/ui/apos/scss/mixins/_zindex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $z-index-widget-label: 2;
$z-index-widget-controls: 3;
$z-index-manager-toolbar: 3;
$z-index-widget-focused-controls: 4;
$z-index-area-schema-ui: 5;
$z-index-admin-bar: 1000;
$z-index-area-schema-ui: 1005;
$z-index-modal: 2000;
$z-index-notifications: 2003;
$z-index-busy: 2004;

0 comments on commit 7da11c1

Please sign in to comment.