split utils, fix pandora-scroll element

This commit is contained in:
j 2022-09-03 11:21:16 +02:00
commit b1cd3e292b
5 changed files with 260 additions and 213 deletions

View file

@ -4,6 +4,9 @@
min-height: calc(100vh - 64px);
}
}
#video-overlay {
z-index: 11;
}
#ascroll {
font-family: "noto_sans";
width: 100%;
@ -46,8 +49,18 @@
max-height: 88vh;
margin: auto;
//transition: opacity 0.4s;
z-index: 10;
}
.left {
float: left;
padding-right: 1vw;
width: 30%;
}
.clearpara {
clear: left;
padding-top: 1vh;
}
.annotation {
min-height: 100vh;
.frame {