decaf-dev/obsidian-dataloom

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

ksdavidc opened this issue · 2 comments

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

also note text overflow on right...

Duplicate of #935