Skip to content

Commit

Permalink
bug #4635 fix user drop-down menu (gbere)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

fix user drop-down menu

When crudAction=edit, the action buttons are in front of the user drop-down menu.

Commits
-------

5d08f24 fix user drop-down menu
  • Loading branch information
javiereguiluz committed Sep 6, 2021
2 parents 253ac98 + 5d08f24 commit f444a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/easyadmin-theme/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ body.ea-edit .content-header {
@media(min-width: 992px) {
position: sticky;
top: -20px;
z-index: 1000;
z-index: 999;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/app.rtl.css

Large diffs are not rendered by default.

0 comments on commit f444a3b

Please sign in to comment.