Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ajitam opened this issue Nov 11, 2024 · 2 comments
Open

Comments

@ajitam
Copy link

ajitam commented Nov 11, 2024

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
Copy link
Contributor

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.

@mostepunk
Copy link

I have the same issue in vivaldi (mobile and desktop)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants