implement page controller

This commit is contained in:
Amruth Pillai
2020-04-01 12:47:17 +05:30
parent 3a9a0dc811
commit ad9105f4a4
12 changed files with 208 additions and 60 deletions

View File

@ -67,12 +67,16 @@ ul li {
#page {
width: 21cm;
min-height: 29.7cm;
max-height: 29.7cm;
transform: scale(0.8);
transform-origin: center;
overflow: scroll;
background-color: white;
}
#pageController {
bottom: 25px;
}
#pageController > div {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
}
@page {