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

frontmatter list can get too long, and can't be scrolled. better css proposed. #942

Open
ksdavidc opened this issue Apr 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ksdavidc
Copy link

ksdavidc commented Apr 7, 2024

Describe the bug

When setting up a column, you have a lot of frontmatter keys the list overflows the screen and doesn't scroll. I suggest adding the following or similar css to the basic css:

.dataloom-header-menu {
max-height: 20vw;
overflow: scroll;}

Steps to reproduce

create a frontmatter column in a vault with lost of front matter keys...or shrink your window so it is too small.
Screenshot 2024-04-07 at 12 06 19 PM

Expected behavior

one can scroll the list

Are you using the mobile app?

No

Obsidian debug info

using latest versions

Relevant log output

No response

@ksdavidc ksdavidc added the bug Something isn't working label Apr 7, 2024
@ksdavidc
Copy link
Author

ksdavidc commented Apr 7, 2024

also note text overflow on right...

@tjaska
Copy link

tjaska commented Apr 8, 2024

Duplicate of #935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants