Skip to content

Commit 243b8fb

Browse files
removed extra scroll bar
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 9b9444e commit 243b8fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/webview/devfile-registry/app/cardItem.style.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default (theme: Theme) =>
106106
maxHeight: '40rem',
107107
maxWidth: '50rem',
108108
margin: 'auto',
109-
overflowY: 'auto'
109+
overflow: 'auto'
110110
},
111111
yamlCardHeader: {
112112
padding: '1.5rem!important',
@@ -118,8 +118,7 @@ export default (theme: Theme) =>
118118
yamlCardBody: {
119119
position: 'relative',
120120
width: '100%',
121-
height: '50rem',
122-
overflow: 'auto'
121+
height: '50rem'
123122
},
124123
copyButton: {
125124
display: 'block',

0 commit comments

Comments
 (0)