Skip to content

Commit

Permalink
IBX-2559: Added new style to ez-extra-actions__content class to allow…
Browse files Browse the repository at this point in the history
… scrolling language list (#2061)

* IBX-2559: Added new class for scroller language lists

* Changed calculate max-height and moved styles to ez-extra-actions__content class instead use a new one

Co-authored-by: Mateusz Dębiński <mateusz.debinski@ibexa.co>
  • Loading branch information
mateuszdebinski and Mateusz Dębiński committed Aug 18, 2022
1 parent 8a41e6e commit 4c4e310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Resources/public/scss/_extra-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
}

&__content {
max-height: calc(100% - #{calculateRem(90px)});
overflow: auto;

.form-group {
margin-bottom: 0;
}
Expand Down

0 comments on commit 4c4e310

Please sign in to comment.