fix scroll
This commit is contained in:
parent
1dd91da85e
commit
034bcee0da
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue