azlen / roam-themes

243 stars 56 forks source link

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

Open jmsidhu opened 4 years ago

jmsidhu commented 4 years ago

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

image

ghost commented 4 years ago

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 commented 4 years ago

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.

lkhphuc commented 4 years ago

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