(stacked notes) implements overlay

This commit is contained in:
2021-03-14 15:21:14 +01:00
parent cd381f9c4a
commit 698c865b39
6 changed files with 172 additions and 45 deletions

View File

@@ -4,12 +4,13 @@
html {
overflow-y: auto;
overflow-x: auto;
}
body {
font-family: 'Courier Prime', monospace;
text-align: center;
height: 100vh;
// width: 5000px;
}
@media screen and (min-width: 769px) {