Skip to content
Snippets Groups Projects
Commit 0b883ae5 authored by Friederike Schwager's avatar Friederike Schwager
Browse files

fix css problems with atto editor (lists, fullscreen)

parent cab3e307
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ body {
padding: 0;
}
.path-mod-pdfannotator #comment-wrapper .comment-list {
.path-mod-pdfannotator #comment-wrapper .pdfannotator-comment-list {
font-size: 12px;
position: relative;
top: 0;
......@@ -403,6 +403,9 @@ body {
bottom: 0;
padding: 10px;
}
.path-mod-pdfannotator #comment-wrapper .editor_atto { /* Editor in fullscreen must be over the toolbar and annotations. */
z-index: 60;
}
.path-mod-pdfannotator #comment-wrapper .editor_atto_content {
border-width: 0px 1px 1px 1px;
border-style: solid;
......@@ -612,7 +615,7 @@ body {
.path-mod-pdfannotator .chat-message textarea,
.path-mod-pdfannotator #comment-wrapper .editor_atto_content {
width: 100%;
height: 10em !important;
min-height: 10em !important;
}
.path-mod-pdfannotator .cursor-area * {
......
......@@ -124,7 +124,7 @@
</button>
</form>
</div>
<div class="comment-list">
<div class="pdfannotator-comment-list">
<div class="comment-list-container">
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment