Wrapping up flo changes

This commit is contained in:
aboyko
2023-03-01 11:37:40 -05:00
parent 274d94f26d
commit 95f5a44539
35 changed files with 78 additions and 151 deletions

View File

@@ -0,0 +1,20 @@
.CodeMirror {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
height: 100%;
}
.CodeMirror-hint {
max-width: 38em;
}
.CodeMirror-vertical-ruler-error {
background-color: rgba(188, 0, 0, 0.5);
}
.CodeMirror-vertical-ruler-warning {
background-color: rgba(255, 188, 0, 0.5);
}
.CodeMirror-lint-tooltip {
z-index: 2000;
}