Skip to content

Commit 6593979

Browse files
committed
5.6.10.1 - fix scroll bug
1 parent c9f1527 commit 6593979

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes for Craft CMS 5
22

3+
## 5.6.10.1 - 2025-02-25
4+
5+
- Fixed a bug where field layout designers’ library HUDs weren’t scrollable.
6+
37
## 5.6.10 - 2025-02-25
48

59
- Added `craft\base\ElementTrait::$isNewSite`.

src/config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '5.6.10',
6+
'version' => '5.6.10.1',
77
'schemaVersion' => '5.6.0.2',
88
'minVersionRequired' => '4.5.0',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

src/web/assets/cp/dist/css/cp.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/cp/dist/css/cp.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/assets/cp/src/css/_fld.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $gridColor: var(--gray-100);
6060
width: $tabWidth - 1;
6161
max-width: 100%;
6262

63-
.body {
63+
.main-container {
6464
max-height: 600px;
6565

6666
.main {

0 commit comments

Comments
 (0)