clip x overflow
All checks were successful
build / windows (push) Successful in 2m25s
build / linux (push) Successful in 4m19s

This commit is contained in:
2025-03-10 09:12:27 +01:00
parent 7bae1918c4
commit d2164622c4
4 changed files with 42 additions and 10 deletions

View File

@ -26,7 +26,9 @@
</button>
<DarkMode />
</Navbar>
<main class="size-full max-h-full max-w-full overflow-scroll">
<main
class="size-full max-h-full max-w-full overflow-y-scroll overflow-x-clip"
>
<Route path="/"><Things /></Route>
<Route path="/things/:id" let:params>
<Thing thingID={parseInt(params.id)} />