(notes) share notes

This commit is contained in:
Julien Calixte
2021-04-25 17:04:51 +02:00
parent 2550ec83f7
commit 3f2af0ea75
4 changed files with 68 additions and 22 deletions

View File

@@ -35,10 +35,18 @@ body {
font-size: 1.2em;
}
@media screen and (min-width: 769px) {
// @media screen and (min-width: 769px) {
// html,
// body {
// overflow-y: hidden;
// }
// }
@media print, screen {
html,
body {
overflow-y: hidden;
overflow-y: auto;
height: auto;
}
}