Skip to content

Commit

Permalink
IBX-5979: Fixed creator filter overlapped by table elements in trash …
Browse files Browse the repository at this point in the history
…list (#832)

* IBX-5979 Creator filter is overlapped by table elements in trash list

* Fix trash list page search view issue
  • Loading branch information
lionelakpagni authored Jul 26, 2023
1 parent e89bd91 commit 4d208e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
transform: scaleY(1);
transform-origin: top center;
transition: transform $ibexa-admin-transition-duration $ibexa-admin-transition;
z-index: 1;

&--hidden {
transform: scaleY(0);
Expand Down
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_trash-search-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
transform: scaleY(1);
transform-origin: top center;
transition: transform 0.2s $ibexa-admin-transition;
z-index: 1;

&--hidden {
transform: scaleY(0);
Expand Down

0 comments on commit 4d208e5

Please sign in to comment.