Skip to content

Commit 9dd31fc

Browse files
authored
fix: Set background color for overscroll-bounce (#442)
1 parent d2baf7e commit 9dd31fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/pulse.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
{!! Pulse::js() !!}
2020
@livewireScriptConfig
2121
</head>
22-
<body class="font-sans antialiased">
23-
<div class="bg-gray-50 dark:bg-gray-950 min-h-screen">
22+
<body class="bg-gray-50 dark:bg-gray-950 font-sans antialiased">
23+
<div class="min-h-screen">
2424
<header class="px-5">
2525
<div class="{{ $fullWidth ? '' : 'container' }} py-3 sm:py-5 mx-auto border-b border-gray-200 dark:border-gray-900">
2626
<div class="flex items-center justify-between">

0 commit comments

Comments
 (0)