mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix Safari overflow issue
This commit is contained in:
parent
58ae14c364
commit
abee54ebe3
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
padding-top: 0.5rem;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
||||
min-height: min-content;
|
||||
}
|
||||
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
||||
.sidebar-sticky {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue