Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/3.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Jan 22, 2025
2 parents 9f47cce + 8147df1 commit 7866f5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Laravel/src/Layouts/AppLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function build(): Layout

$this->getFooterComponent(),
])->class('layout-page')->name(self::CONTENT_FRAGMENT_NAME),
])->class('flex grow')->customAttributes(['id' => self::CONTENT_ID]),
])->class('flex grow overflow-auto')->customAttributes(['id' => self::CONTENT_ID]),
]),
]),
])
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/src/Layouts/CompactLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function build(): Layout

$this->getFooterComponent(),
])->class('layout-page')->name(self::CONTENT_FRAGMENT_NAME),
])->class('flex grow')->customAttributes(['id' => self::CONTENT_ID]),
])->class('flex grow overflow-auto')->customAttributes(['id' => self::CONTENT_ID]),
]),
])->class('theme-minimalistic'),
])
Expand Down
2 changes: 1 addition & 1 deletion src/UI/dist/assets/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/UI/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const clientSafeList = [
'visible',
'!hidden',
'!block',
'overflow-auto',
'pointer-events-auto',
'opacity-0',
'opacity-100',
Expand Down

0 comments on commit 7866f5d

Please sign in to comment.