forked from extern/bruno
fix: fixed scrollbar issue in single line editor
This commit is contained in:
parent
383c5ba782
commit
61caca59ee
@ -10,6 +10,11 @@ const StyledWrapper = styled.div`
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
overflow: hidden;
|
||||
|
||||
.CodeMirror-vscrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.CodeMirror-lines {
|
||||
padding: 0;
|
||||
|
@ -4,7 +4,7 @@ import filter from 'lodash/filter';
|
||||
import { findEnvironmentInCollection } from 'utils/collections';
|
||||
import VariablesTable from './VariablesTable';
|
||||
import StyledWrapper from './StyledWrapper';
|
||||
import PopOver from './PopOver';
|
||||
import PopOver from './Popover';
|
||||
import { IconEye } from '@tabler/icons';
|
||||
|
||||
const VariablesView = ({collection}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user