Auth page is overflowing

This commit is contained in:
merve karaman 2023-08-25 11:09:49 +03:00 committed by GitHub
parent 8ba47d1545
commit 3e61b33811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
@mobile @mobile
<body class="bg-body"> <body class="bg-body">
@elsemobile @elsemobile
<body class="bg-body overflow-y-overlay"> <body class="bg-body overflow-y-overlay overflow-hidden">
@endmobile @endmobile
@stack('body_start') @stack('body_start')