mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: remove smooth effect except post pages, update theme guide
This commit is contained in:
parent
3b13fed6cc
commit
c0e41b3b57
8 changed files with 8 additions and 8 deletions
|
@ -28,7 +28,7 @@ const MarginBottom = isPost && themeConfig.comment?.enabled
|
|||
|
||||
<html
|
||||
lang={Astro.currentLocale}
|
||||
class={fontStyle}
|
||||
class:list={[fontStyle, { 'scroll-smooth': isPost }]}
|
||||
data-overlayscrollbars-initialize
|
||||
>
|
||||
<Head {postTitle} {postDescription} {postSlug} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue