forked from rDrama/rDrama
1
0
Fork 0

fix scroll

master
kek7198 2021-12-12 20:05:29 -06:00
parent c8068b94c5
commit 8e12bdb6f0
1 changed files with 1 additions and 1 deletions

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" %}