We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcdfb6 commit 951682cCopy full SHA for 951682c
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -117,20 +117,13 @@ export default function ComponentMap({
117
...defaultStyles,
118
minWidth: 60,
119
maxWidth: 250,
120
+ maxHeight: '300px',
121
lineHeight: '18px',
122
pointerEvents: 'all !important',
123
margin: 0,
124
padding: 0,
125
borderRadius: '8px',
- };
126
-
127
- const scrollStyle: {} = {
128
- minWidth: '60',
129
- maxWidth: '250',
130
- minHeight: '20px',
131
- maxHeight: '200px',
132
- overflowY: 'scroll',
133
- overflowWrap: 'break-word',
+ overflowY: 'auto',
134
};
135
136
const formatRenderTime: string = (time: number): string => {
0 commit comments