Open ajitam opened 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)
#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.
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.
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)
if you change (on
#sidebar
)to
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.