Open jmsidhu opened 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.
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.
When trying to filter from the Linked References list the pop-up menu pops under the left sidebar. Please see the attached screenshot.