roam-themes icon indicating copy to clipboard operation
roam-themes copied to clipboard

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

Open jmsidhu opened this issue 4 years ago • 3 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

jmsidhu avatar Jun 18 '20 18:06 jmsidhu

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.

ghost avatar Jul 01 '20 08:07 ghost

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.

ghost avatar Jul 01 '20 09:07 ghost

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

lkhphuc avatar Jul 11 '20 11:07 lkhphuc