Skip to content

Commit

Permalink
toolbar dropdowns should overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Sep 5, 2024
1 parent ae2d920 commit cfef0cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/css/ckeditor5-craftcms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/web/assets/ckeditor/src/ckeditor5-craftcms.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ a.ck.ck-button:focus {
overflow-y: scroll;
}

.ck-toolbar-dropdown .ck.ck-dropdown__panel-visible {
overflow: visible;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
border-bottom-left-radius: var(--ck-border-radius) !important;
border-bottom-right-radius: var(--ck-border-radius) !important;
Expand Down

0 comments on commit cfef0cb

Please sign in to comment.