Skip to content

Commit

Permalink
style: add smooth scrolling to the application
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Jul 22, 2024
1 parent 650b50a commit 9547281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common_nestjs_remix/apps/web/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Toaster } from "./components/ui/sonner";

export function Layout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">
<html lang="en" className="scroll-smooth">
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 9547281

Please sign in to comment.