background isn't adjusted properly
hey. does anyone know how to solve this background issue?
here's the code sample:
6 Replies
bump
could you add a reproduction link?
@reinacchi What is the issue that you're looking at?
the white background is the problem
the background isn't entirely filled when the page is scrollable
I'd recommend making the background of
NuxtPage
to the image, but if you can't do that, you might need to set the styles to absolute top-0 bottom-0 w-full h-full
or absolute top-0 bottom-0 w-full h-screen
alright