This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Description
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.

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