sigit.io/src/components/PDFView/style.module.scss

14 lines
205 B
SCSS
Raw Normal View History

.container {
display: flex;
width: 100%;
flex-direction: column;
}
.otherUserMarksDisplay {
position: absolute;
z-index: 50;
display: flex;
justify-content: center;
align-items: center;
}