master
km0 3 years ago
parent 3edccdc29c
commit 2f18c1fe9c

@ -7,7 +7,7 @@ pagedjs.src = "https://unpkg.com/pagedjs/dist/paged.polyfill.js";
window.addEventListener("load", () => {
fetchContents();
atlasLink();
// document.getElementsByTagName("head")[0].appendChild(pagedjs);
document.getElementsByTagName("head")[0].appendChild(pagedjs);
});
function fetchContents() {

@ -17,10 +17,17 @@
width: auto;
height: auto;
}
.libretto{
overflow: hidden;
.atlas {
border: none;
}
.libretto {
overflow-y: auto;
}
.libretto > * {
border: none;
}
@ -57,4 +64,16 @@
display: block;
}
.contribution .title {
font-size: 28px;
}
.contribution {
border-bottom: none;
overflow: auto;
}
}

@ -49,10 +49,11 @@ body, html{
border-top: solid 1px var(--wireframe);
}
.libretto{
.libretto{
overflow-y: scroll;
}
.libretto > * {
border-bottom: solid 1px var(--wireframe);
}

Loading…
Cancel
Save