codemirror 3.18 with enabled the fullscreen addon
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/* Fullscreen */
|
||||
.CodeMirror-fullscreen {
|
||||
display: block;
|
||||
position: absolute ! important;
|
||||
top: 0; left: 0;
|
||||
width: 100% ! important;
|
||||
z-index: 1028;
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
/* BREAKPOINTS */
|
||||
|
||||
Reference in New Issue
Block a user