@pdftron/webviewer
Version:
[WebViewer](https://www.apryse.com/webviewer) is a powerful JavaScript Document SDK and UI Component Library that is a part of the [Apryse PDF SDK](https://www.apryse.com). It provides a slick, out-of-the-box responsive UI that interacts with the core lib
51 lines (44 loc) • 698 B
CSS
.ql-container {
margin: 0
}
.ql-container .ql-editor {
height: 100%;
outline: 0;
overflow-x: hidden;
overflow-y: auto;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
text-align: start;
white-space: pre-wrap;
word-wrap: break-word;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text
}
.ql-container .ql-editor p {
margin: 0;
padding: 0
}
.ql-container .ql-editor>* {
cursor: text
}
.ql-clipboard {
position: fixed;
height: 1px;
top: 50%;
left: 50%;
overflow-y: hidden
}
.ql-clipboard p {
margin: 0;
padding: 0
}
_:-ms-fullscreen,
:root .ql-clipboard {
position: absolute
}
.ql-blank {
width: 1px
}