SimpleChat: Screen fixed view and scrolling, Printing full
This commit is contained in:
parent
e5000cdb83
commit
3fc607f832
|
|
@ -47,3 +47,11 @@ button {
|
|||
* {
|
||||
margin: 0.6vmin;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
#fullbody {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue