improved static styles and x-browser scrollbars

This commit is contained in:
Ben Phelps 2022-09-30 22:13:37 +03:00
parent 2271cc0044
commit f52c6f3b41
5 changed files with 61 additions and 27 deletions

View file

@ -9,11 +9,7 @@ export default function Document() {
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
/>
</Head>
<body
className="
relative w-full h-full bg-theme-50 dark:bg-theme-800 transition duration-150 ease-in-out
"
>
<body>
<Main />
<NextScript />
</body>