Skip to content

Commit

Permalink
4.3.1 - fixed toolbarOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Oct 21, 2024
1 parent 49ea901 commit 42325ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for CKEditor for Craft CMS

## 4.3.1 - 2024-10-20

- Fixed a bug where sticky toolbars weren’t positioned correctly.

## 4.3.0 - 2024-10-19

- Image toolbars now include an “Edit Image” button. ([#253](https://github.com/craftcms/ckeditor/issues/253))
Expand Down
2 changes: 1 addition & 1 deletion src/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ protected function inputHtml(mixed $value, ?ElementInterface $element, $inline):
],
'transforms' => $transforms,
'ui' => [
'viewportOffset' => ['top' => 50],
'viewportOffset' => ['top' => 44],
'poweredBy' => [
'position' => 'inside',
'label' => '',
Expand Down

0 comments on commit 42325ca

Please sign in to comment.