diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-08-17 16:14:53 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-08-17 16:14:53 -0400 |
| commit | d3ecace5f03233e5d5ab2354c3f482418287ca9a (patch) | |
| tree | 5d065abd9151d2588f14da387f0b8074afb70d0f /src/client/views/pdf/GPTPopup/GPTPopup.scss | |
| parent | 7fe84ba95c30a082f5146e684d0c31b61ec676df (diff) | |
broken version
Diffstat (limited to 'src/client/views/pdf/GPTPopup/GPTPopup.scss')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.scss b/src/client/views/pdf/GPTPopup/GPTPopup.scss index 478b7d4ba..5d966395c 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.scss +++ b/src/client/views/pdf/GPTPopup/GPTPopup.scss @@ -123,9 +123,11 @@ $highlightedText: #82e0ff; cursor: pointer; .img-container { + pointer-events: none; position: relative; img { + pointer-events: all; position: relative; } } |
