diff options
Diffstat (limited to 'src/renderer/src/App.css')
| -rw-r--r-- | src/renderer/src/App.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/renderer/src/App.css b/src/renderer/src/App.css index d4c5d1f..cdf4bce 100644 --- a/src/renderer/src/App.css +++ b/src/renderer/src/App.css @@ -1332,12 +1332,16 @@ html, body, #root { flex: 1; overflow: auto; padding: 16px; + background: #EDE5CE; + user-select: none; +} + +.pdf-wrapper { display: flex; flex-direction: column; align-items: center; gap: 8px; - background: #EDE5CE; - user-select: none; + will-change: transform; } .pdf-page { |
