mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix scroll
This commit is contained in:
parent
a7e4083ef1
commit
ab6001c068
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@
|
|||
height: auto;
|
||||
margin-top: 0;
|
||||
max-height: calc(100vh - 50px);
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue