Fix small bugs

This commit is contained in:
cuom1999 2022-06-01 00:47:22 -05:00
parent 9b1724cdad
commit 3fb78e714d
4 changed files with 13 additions and 2 deletions

View file

@ -137,6 +137,11 @@
border-radius: 10px;
height: 80%;
width: 60%;
overflow: auto;
}
.featherlight {
/*position: re;*/
}
</style>
@ -183,6 +188,9 @@
width: 200px;
height: 2.3em;
}
html.with-featherlight {
overflow: unset;
}
</style>
{% endblock %}