SimpleChat: Screen fixed view and scrolling, Printing full

This commit is contained in:
HanishKVC 2024-05-20 21:27:39 +05:30
parent e5000cdb83
commit 3fc607f832

View file

@ -47,3 +47,11 @@ button {
* {
margin: 0.6vmin;
}
@media print {
#fullbody {
height: auto;
}
}