11 lines
160 B
SCSS
11 lines
160 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.json-viewer {
|
|
&.has-fluid-height .CodeMirror-scroll {
|
|
min-height: 0;
|
|
}
|
|
}
|