diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-05 23:00:10 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-05 23:00:10 -0400 |
| commit | 727c8be8d51766f483a90edf07366b5840f5a4f6 (patch) | |
| tree | 921f2a8891270442a7e7f591dad564337809fff8 /src/client/views/pdf/PDFViewer.scss | |
| parent | c4180929255db3bc7a75938e07afd86522f0a15e (diff) | |
screen transform remaining
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 9d41a1bb0..484d9dc04 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -24,4 +24,8 @@ user-select: auto; } -.viewer {}
\ No newline at end of file +.pdfViewer-annotationBox { + position: absolute; + background-color: red; + opacity: 0.5; +}
\ No newline at end of file |
