split utils, fix pandora-scroll element
This commit is contained in:
parent
a1eec24f17
commit
b1cd3e292b
5 changed files with 260 additions and 213 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue