file copying & open in new tab + tailwind-scrollbar
This commit is contained in:
parent
6089c569a1
commit
33c3bd1a2c
7 changed files with 87 additions and 15 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue