mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-13 17:55:56 +00:00
Fix bug with scroll appearing on certain zoom levels
This commit is contained in:
parent
59d7febca5
commit
62f0fd21c7
@ -73,7 +73,7 @@ label {
|
||||
flex-direction: column;
|
||||
padding: 1rem;
|
||||
border-radius: 25px;
|
||||
overflow-y: auto;
|
||||
overflow-y: clip;
|
||||
overflow-x: auto;
|
||||
min-height: 275px;
|
||||
margin: 0 0 30px 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user