Skip to content

Commit

Permalink
Merge pull request #25 from pinkary-project/fix/guest-layout
Browse files Browse the repository at this point in the history
Remove overflow-hidden from guest layout
  • Loading branch information
nunomaduro authored Mar 22, 2024
2 parents cfbf917 + babfd5f commit cebb317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div class="-mt-10 flex min-h-screen flex-col items-center justify-center sm:mx-2">
<div class="w-full max-w-md overflow-hidden rounded-lg py-10 shadow-md">
<div class="w-full max-w-md rounded-lg py-10 shadow-md">
{{ $slot }}
</div>
</div>
Expand Down

0 comments on commit cebb317

Please sign in to comment.