💄 (print) ui for pdfs

This commit is contained in:
Julien Calixte
2021-04-25 17:38:11 +02:00
parent 3f2af0ea75
commit 1f0d153043
3 changed files with 46 additions and 29 deletions

View File

@@ -35,18 +35,10 @@ body {
font-size: 1.2em;
}
// @media screen and (min-width: 769px) {
// html,
// body {
// overflow-y: hidden;
// }
// }
@media print, screen {
@media screen and (min-width: 769px) {
html,
body {
overflow-y: auto;
height: auto;
overflow-y: hidden;
}
}
@@ -84,3 +76,15 @@ a {
.notif-success {
background-color: $link;
}
@media print {
html,
body {
overflow-y: auto;
height: auto;
}
#app {
height: auto;
}
}