jellyfish-web/src/plugins/pdfPlayer/style.css

26 lines
341 B
CSS
Raw Normal View History

2020-09-01 22:55:08 +09:00
#pdfPlayer {
position: relative;
height: 100%;
width: 100%;
overflow: none;
z-index: 100;
background: #fff;
}
#canvas {
display: block;
margin: auto;
}
.actionButtons {
right: 0.5vh;
top: 0.5vh;
z-index: 1002;
position: absolute;
}
.actionButtonIcon {
color: black;
opacity: 0.7;
}