We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4902f8f commit ecb1f99Copy full SHA for ecb1f99
packages/components/src/modifiers/hds-code-editor/themes/hds-dark-theme.ts
@@ -109,10 +109,14 @@ const hdsDark = EditorView.theme(
109
position: 'absolute',
110
},
111
'.cm-panel.cm-panel-lint': {
112
- maxHeight: '80px',
+ position: 'absolute',
113
+ right: '0',
114
+ left: '0',
115
+ bottom: '0',
116
117
'.cm-panel.cm-panel-lint ul': {
118
backgroundColor: HDS_CODE_EDITOR_COLOR_BORDER_PRIMARY,
119
+ maxHeight: '80px',
120
121
[`${PANEL_DIAGNOSTIC_ITEM_SELECTOR}`]: {
122
backgroundColor: HDS_CODE_EDITOR_COLOR_SURFACE_PRIMARY,
0 commit comments