decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
899 stars 32 forks source link

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

Open ksdavidc opened 2 months ago

ksdavidc commented 2 months ago

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 commented 2 months ago

also note text overflow on right...

tjaska commented 2 months ago

Duplicate of https://github.com/trey-wallis/obsidian-dataloom/issues/935