mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-05 22:53:04 +01:00
10 lines
143 B
SCSS
10 lines
143 B
SCSS
|
.CodeMirror-lint-tooltip {
|
||
|
z-index: 2000 !important;
|
||
|
}
|
||
|
|
||
|
.codemirror-container {
|
||
|
max-width: 100%;
|
||
|
position: relative;
|
||
|
overflow: auto;
|
||
|
}
|