Skip to content

Commit

Permalink
IBX-5932: Added max-height for .ck.ck-dropdown__panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Jul 20, 2023
1 parent 2ff8861 commit ded4a7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,9 @@
&.ck-balloon-panel.ck-rounded-corners {
border-radius: $ibexa-border-radius;
}

&.ck-dropdown__panel {
max-height: calculateRem(300px);
overflow-y: auto;
}
}

0 comments on commit ded4a7b

Please sign in to comment.