-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.x] Make livewire modal scrollable (#378)
* Lock inertiajs/inertia-laravel to ^0.2.4 (#371) * Prevent body from scrolling when modal is open * Replace flex-centering with mx-auto * Make Modal scrollable * inset-0, overflow-y-auto - scroll the modal * py-6 - add bottom padding for the modal parent * Fix for FF Replace parent `padding-bottom` to child `margin-bottom` as described here https://stackoverflow.com/a/38177668/3071884 * Inertia: Replace flex-centering with mx-auto * Inertia: Make Modal scrollable * Inertia: Fix for FF * Update InstallCommand.php Co-authored-by: Claudio Dekker <1752195+claudiodekker@users.noreply.github.com> Co-authored-by: Taylor Otwell <taylor@laravel.com>
- Loading branch information
1 parent
e73cb2a
commit 24d3893
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters