Fix cell folding indicator position

This commit is contained in:
Rob Lourens 2020-06-29 10:51:40 -07:00
parent b37b58f023
commit a5f0717604

View file

@ -660,7 +660,7 @@
.monaco-workbench .notebookOverlay > .cell-list-container .notebook-folding-indicator {
position: absolute;
top: 4px;
top: 11px;
left: 0px;
right: 0;
}