Commit 2cfb5ea2 authored by Jacob Schatz's avatar Jacob Schatz

Fix overflow when editing bug.

parent bc39218b
......@@ -75,6 +75,9 @@
}
&.edit-mode {
.blob-viewer-container {
overflow: hidden;
}
.monaco-editor.vs {
.cursor {
background: $black;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment