Skip to content

Commit ecb1f99

Browse files
committed
fixed linting drawer display issue
1 parent 4902f8f commit ecb1f99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/components/src/modifiers/hds-code-editor/themes/hds-dark-theme.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,14 @@ const hdsDark = EditorView.theme(
109109
position: 'absolute',
110110
},
111111
'.cm-panel.cm-panel-lint': {
112-
maxHeight: '80px',
112+
position: 'absolute',
113+
right: '0',
114+
left: '0',
115+
bottom: '0',
113116
},
114117
'.cm-panel.cm-panel-lint ul': {
115118
backgroundColor: HDS_CODE_EDITOR_COLOR_BORDER_PRIMARY,
119+
maxHeight: '80px',
116120
},
117121
[`${PANEL_DIAGNOSTIC_ITEM_SELECTOR}`]: {
118122
backgroundColor: HDS_CODE_EDITOR_COLOR_SURFACE_PRIMARY,

0 commit comments

Comments
 (0)