2023-11-11 15:20:14 +00:00
|
|
|
@media screen
|
|
|
|
{
|
|
|
|
.print-only
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
2023-11-11 16:54:59 +00:00
|
|
|
iframe
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.modal-card
|
|
|
|
{
|
|
|
|
height: 60vh;
|
|
|
|
}
|
2023-11-11 15:20:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
.screen-only
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
2023-11-11 16:54:59 +00:00
|
|
|
li {
|
|
|
|
break-inside: avoid;
|
|
|
|
}
|
2023-11-11 15:20:14 +00:00
|
|
|
}
|