Skip to content

Commit

Permalink
Profile page fix scroll page
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 15, 2024
1 parent c212812 commit 8fe114b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/profile/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</h2>
</x-slot>

<div class="overflow-clip mx-0 md:mx-4 md:w-2/3 rounded-lg h-[85vh]">
<div class="h-[85vh] overflow-scroll flex flex-col gap-4">
<div class="overflow-clip mx-0 md:mx-4 md:w-2/3 rounded-lg">
<div class="flex flex-col gap-4">
<div class="p-4 bg-white shadow-sm sm:rounded-lg">
<div class="w-full">
@include('profile.partials.update-profile-information-form')
Expand Down

0 comments on commit 8fe114b

Please sign in to comment.