We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9444e commit 243b8fbCopy full SHA for 243b8fb
src/webview/devfile-registry/app/cardItem.style.tsx
@@ -106,7 +106,7 @@ export default (theme: Theme) =>
106
maxHeight: '40rem',
107
maxWidth: '50rem',
108
margin: 'auto',
109
- overflowY: 'auto'
+ overflow: 'auto'
110
},
111
yamlCardHeader: {
112
padding: '1.5rem!important',
@@ -118,8 +118,7 @@ export default (theme: Theme) =>
118
yamlCardBody: {
119
position: 'relative',
120
width: '100%',
121
- height: '50rem',
122
- overflow: 'auto'
+ height: '50rem'
123
124
copyButton: {
125
display: 'block',
0 commit comments