clip x overflow
This commit is contained in:
@ -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)} />
|
||||
|
Reference in New Issue
Block a user