Files
DocumentServer-v-9.2.0/web-apps/test/common/main/resources/less/common.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

31 lines
489 B
Plaintext

.embed-body {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 12px;
overflow: hidden;
}
// Document Viewer
// -------------------------
.viewer {
position: absolute;
margin: 0;
padding: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
&.top {
top: 48px;
bottom: 0;
}
&.bottom {
top: 0;
bottom: 46px;
}
}