Could someone help me to fix the suggestion-box bug? It’s not placed properly sometimes.
Here’s the code I use
/* Andy Matuschak mode! */
/* everything under .mod-root now. Don't want Andy messing with sidebars */
/* also, Andy only makes sense for vertical splits, at the root level, right? */
.mod-root.workspace-split.mod-vertical {
overflow-x: auto;
}
.mod-root.workspace-split.mod-vertical>div {
min-width: 450px;
left: 0;
}
.mod-root.workspace-split.mod-vertical .workspace-leaf.mod-active,
.mod-root.workspace-split.mod-vertical>div:first-of-type {
z-index:1;
}
Also is it possible to enlarge the pane? It always back to min-width that I set.