diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-25 12:11:08 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-25 12:11:08 -0400 |
| commit | 0a5b90021c0f48a3c5c6801b96b2c8834639a695 (patch) | |
| tree | 0a074fa7995a4ff62148c6086dcdf9759dfd2bae /src/client/views/pdf/PDFViewer.scss | |
| parent | b57741dbed846313e1b9d0dad3b6c8add2566277 (diff) | |
| parent | b69106994f5450e2ac2c515f28dacceb2e13b78b (diff) | |
Merge branch 'master' into pdf_refactor
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 247df4e90..4388bc64c 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -14,6 +14,12 @@ transform-origin: top left; } + .pdfViewer-dragAnnotationBox { + position:absolute; + background-color: transparent; + opacity: 0.1; + } + .pdfViewer-annotationLayer { position: absolute; top: 0; @@ -27,27 +33,6 @@ } } - .pdfViewer-overlayCont { - position: absolute; - width: 100%; - height: 100px; - background: #121721; - bottom: 0; - display: flex; - justify-content: center; - align-items: center; - padding: 20px; - overflow: hidden; - transition: left .5s; - - .pdfViewer-overlaySearchBar { - width: 20%; - height: 100%; - font-size: 30px; - padding: 5px; - } - } - .pdfViewer-overlayButton { border-bottom-left-radius: 50%; display: flex; |
