diff --git a/CHANGELOG.md b/CHANGELOG.md index 6634c72c..0d049c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/Field.php b/src/Field.php index 8c040349..35618d3f 100644 --- a/src/Field.php +++ b/src/Field.php @@ -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' => '',