mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: add scroll behavior: smooth
This commit is contained in:
		| @@ -57,10 +57,13 @@ const RootLayout = (props: RootLayoutProps): JSX.Element => { | ||||
|   return ( | ||||
|     <html | ||||
|       lang={i18n.locale} | ||||
|       className={classNames({ | ||||
|         dark: theme === "dark", | ||||
|         light: theme === "light", | ||||
|       })} | ||||
|       className={classNames( | ||||
|         { | ||||
|           dark: theme === "dark", | ||||
|           light: theme === "light", | ||||
|         }, | ||||
|         "scroll-smooth", | ||||
|       )} | ||||
|       style={{ | ||||
|         colorScheme: theme, | ||||
|       }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user