diff options
| author | bob <bcz@cs.brown.edu> | 2020-03-02 17:34:37 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-03-02 17:34:37 -0500 |
| commit | 2556a754404cc622629ca12bddcd163f53b69060 (patch) | |
| tree | 4dbc38776f75795bf72e58f7933a95a355981149 /src/client/views/pdf/PDFViewer.scss | |
| parent | cad4ca15ec12808915b7aa901859e349144d8a50 (diff) | |
changed clippings to use slide template. fixed issues on startup
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 4f81c6f70..5cd2c4fe4 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -1,6 +1,5 @@ -.pdfViewer, .pdfViewer-zoomed { - pointer-events: all; +.pdfViewer, .pdfViewer-interactive { width: 100%; height: 100%; position: absolute; @@ -91,7 +90,8 @@ z-index: 10; } } -.pdfViewer-zoomed { - overflow-x: scroll; + +.pdfViewer-interactive { + pointer-events: all; }
\ No newline at end of file |
