Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overflow-y-hidden to overflow-y-scroll #46

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="newtab/scripts/init.ts" type="module" defer></script>
</head>

<body dir="ltr" class="bg-neutral-500 min-h-screen overflow-y-hidden grid place-items-center overflow-x-hidden">
<body dir="ltr" class="bg-neutral-500 min-h-screen overflow-y-scroll grid place-items-center overflow-x-hidden">
<div id="wallpaper" class="w-screen h-screen fixed top-0 z-[-1]"></div>
<div id="content"
class="grid place-items-center gap-2 m-padding-bottom w-[95%] md:w-[80%] max-w-[50rem] absolute top-distance">
Expand Down Expand Up @@ -46,4 +46,4 @@
</div>
</body>

</html>
</html>