diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-27 14:59:48 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-27 14:59:48 -0400 |
| commit | 9d845e78593b6923c8dc3224bcd89715f39aa070 (patch) | |
| tree | 17b5986889028df5fd13bc48fb03c35b571174b6 /src/client/views/pdf/PDFViewer.scss | |
| parent | f18bff6a3c848e1afcec98bf4fa05b8edfaa9c57 (diff) | |
fixed borderRounding. fixed pdf marqueeing for efficiency.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index c5a397691..8027e93a3 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -50,6 +50,15 @@ opacity: 0.1; } } + .pdfViewer-waiting { + width: 70%; + height: 70%; + margin : 15%; + transition: 0.4s opacity ease; + opacity: 0.7; + position: absolute; + z-index: 10; + } } .pdfViewer-viewer-zoomed { overflow-x: scroll; |
