Fix printing issue

This commit is contained in:
Mike Nolan 2023-11-11 10:54:59 -06:00
parent dd1083663f
commit 14c66a2279
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,15 @@
{
display: none;
}
iframe
{
width: 100%;
height: 100%;
}
.modal-card
{
height: 60vh;
}
}
@media print {
@ -11,4 +20,7 @@
{
display: none;
}
li {
break-inside: avoid;
}
}