We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bab0a6 commit 0f76ddfCopy full SHA for 0f76ddf
1 file changed
resources/views/components/layout.blade.php
@@ -96,7 +96,7 @@
96
x-data="{
97
showMobileMenu: false,
98
showDocsMenu: false,
99
- scrolled: window.scrollY > 50,
+ scrolled: window.scrollY > 1,
100
width: window.innerWidth,
101
get showPlatformSwitcherHeader() {
102
return ! this.scrolled && this.width >= 1024
@@ -111,7 +111,7 @@
111
"
112
x-init="
113
window.addEventListener('scroll', () => {
114
- scrolled = window.scrollY > 50
+ scrolled = window.scrollY > 1
115
})
116
117
class="font-poppins min-h-screen overflow-x-clip antialiased selection:bg-black selection:text-[#b4a9ff] dark:bg-[#050714] dark:text-white"
0 commit comments