azlen / roam-themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When filtering linked references filter menu appears 'under' left sidebar

jmsidhu opened this issue · comments

When trying to filter from the Linked References list the pop-up menu pops under the left sidebar. Please see the attached screenshot.

image

As for "why", the first child under .roam-center has an automatically generated overflow: hidden scroll; in its style element. It can be addressed with:

.roam-center > :first-child { /* changing overflow here */ }

But I'm still trying to figure out how.

I cheated my way around it and added

.bp3-transition-container { max-width: 80%; }

to my [[roam/css]].

A larger value works, too, but I found 80% to be the best trade-off between functionality and optics.

I get around this by increase page-width to around 650px.