Skip to content

Commit 6af1d73

Browse files
Merge pull request #2158 from appwrite/header-fix
2 parents e1fe4a4 + 9e8da4e commit 6af1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layouts/Docs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</div>
132132
</section>
133133
<header
134-
class="web-main-header {isReferences ? 'is-reference' : 'is-docs'}"
134+
class="web-main-header hidden lg:block {isReferences ? 'is-reference' : 'is-docs'}"
135135
class:is-transparent={variant !== 'expanded'}
136136
>
137137
<div class="web-main-header-wrapper">

0 commit comments

Comments
 (0)