fix scroll

This commit is contained in:
kek7198 2021-12-12 20:05:29 -06:00
parent 1dd91da85e
commit 034bcee0da

View file

@ -60,7 +60,7 @@
</style>
</head>
<body class="overflow-hidden antialiased bg-cover bg-center bg-gray-200 text-gray-900" {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}})"{% endif %}>
<body class="overflow-hidden overflow-y-auto sm:overflow-y-none antialiased bg-cover bg-center bg-gray-500 text-gray-900" {% if v and v.background %}style="background:url(/assets/images/backgrounds/{{v.background}})"{% endif %}>
{% include "header-tw.html" %}