diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-10 15:49:34 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-10 15:49:34 -0400 |
| commit | 82a6a258422666fbe3db2a2cf1934f8673912b67 (patch) | |
| tree | 7c882b467ede425942cb6a0ed4893a08a3c08527 /src/client/views/pdf/PDFViewer.scss | |
| parent | 2ecd0c3486ec37d1061468cda12aa64e38d0d3d5 (diff) | |
annotation updates blehh
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index cb1aef410..831e6add1 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -28,4 +28,10 @@ position: absolute; background-color: red; opacity: 0.1; +} + +.pdfViewer-annotationLayer { + position: absolute; + top: 0; + overflow: visible hidden; }
\ No newline at end of file |
