Skip to content

Commit

Permalink
fix: Set background color for overscroll-bounce (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelej authored Feb 6, 2025
1 parent d2baf7e commit 9dd31fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/pulse.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
{!! Pulse::js() !!}
@livewireScriptConfig
</head>
<body class="font-sans antialiased">
<div class="bg-gray-50 dark:bg-gray-950 min-h-screen">
<body class="bg-gray-50 dark:bg-gray-950 font-sans antialiased">
<div class="min-h-screen">
<header class="px-5">
<div class="{{ $fullWidth ? '' : 'container' }} py-3 sm:py-5 mx-auto border-b border-gray-200 dark:border-gray-900">
<div class="flex items-center justify-between">
Expand Down

0 comments on commit 9dd31fc

Please sign in to comment.