eikek / docspell

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
https://docspell.org
GNU Affero General Public License v3.0
1.66k stars 127 forks source link

Sidebar is not scrollable in documentation and app its self (in some cases) #2854

Open ajitam opened 2 weeks ago

ajitam commented 2 weeks ago

I noticed that sidebar is not scrollable in documentation. It has something to do with browser - I'm using Vivaldi (since in Safari it works)

macos 13', M1, 2020
vivaldi 7.0.3495.10 (Stable channel) (arm64)

if you change (on #sidebar)

.min-h-max {
    min-height: max-content;
}

to

.min-h-max {
    min-height: auto;
}

fixes it.

Also same bug is in app when you are in "confirm" mode. After you confirm document, sidebar starts "working" (aka.: scroll works) again.

TheAnachronism commented 1 week ago

I've just ran into the same issue. It's weird, I haven't really updated anything specific, scrolling the sidebar with all the fields just stopped working.