Skip to content

Commit

Permalink
💄 [referansesider] remove overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianNymark committed Sep 24, 2024
1 parent 761c8ef commit 63986d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/referansesider/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export const Route = createRootRoute({
<RouteLink to="/komponenter">Komponenter</RouteLink>
</div>
<hr />
<Outlet />
<div className="overflow-x-clip">
<Outlet />
</div>
<TanStackRouterDevtools />
</>
),
Expand Down

0 comments on commit 63986d9

Please sign in to comment.