file copying & open in new tab + tailwind-scrollbar

This commit is contained in:
grngxd 2025-06-08 17:18:54 +01:00
parent 6089c569a1
commit 33c3bd1a2c
7 changed files with 87 additions and 15 deletions

View file

@ -2,7 +2,7 @@ import { component$, Slot } from '@builder.io/qwik';
export default component$(() => {
return (
<div class="flex flex-col min-h-screen bg-neutral-950 text-white">
<div class="flex flex-col min-h-screen bg-neutral-950 text-white scrollbar-thin overflow-scroll">
<Slot />
</div>
);