diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-01 14:30:39 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-01 14:30:39 -0400 |
| commit | e86e77b3c6618c8d995b094c6c99b94a61a54cde (patch) | |
| tree | e7b23845c1ef483ee926f83277c3c1aee43ec542 /src/client/views/nodes/PDFBox.scss | |
| parent | d101b95f647f39fe50a97d332cb107ae84d25759 (diff) | |
| parent | 71b09a0f1a6053e280dec8da8f7f31bba90f5ef9 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 9a38d6241..e7655d598 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -32,15 +32,18 @@ height: 100px; } -.pdfBox-cont, .pdfBox-cont-interactive { +.pdfBox-cont, +.pdfBox-cont-interactive { display: flex; flex-direction: row; height: 100%; overflow-y: scroll; overflow-x: hidden; } + .pdfBox-cont { pointer-events: none; + .textlayer { pointer-events: none; |
