Fixes for codemirror in sources modal

- Allows for max height
 - Override GeoJSON data when changing type
This commit is contained in:
orangemug
2019-10-20 11:09:20 +01:00
parent 9ac908948d
commit ee525631fa
5 changed files with 25 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
.CodeMirror-lint-tooltip {
z-index: 2000 !important;
}
.CodeMirror-wrapper {
position: relative;
overflow: auto;
}

View File

@@ -37,6 +37,7 @@ $toolbar-offset: 0;
@import 'zoomproperty';
@import 'popup';
@import 'map';
@import 'codemirror';
@import 'react-collapse';
@import 'react-codemirror';