fix(challenges): Hide second scrollbar in challenge preview pane (#16737)
Closes #16695
This commit is contained in:
committed by
Stuart Taylor
parent
11df3f3b0d
commit
f93fbe30a1
@ -23,8 +23,8 @@ export function Pane({
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: right + '%',
|
right: right + '%',
|
||||||
top: 0,
|
top: 0,
|
||||||
paddingLeft: '4px',
|
paddingLeft: '0px',
|
||||||
paddingRight: '4px'
|
paddingRight: '0px'
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div style={ style }>
|
<div style={ style }>
|
||||||
|
@ -227,6 +227,7 @@
|
|||||||
.@{ns}-preview {
|
.@{ns}-preview {
|
||||||
.max-element-height();
|
.max-element-height();
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ns}-preview-frame {
|
.@{ns}-preview-frame {
|
||||||
|
Reference in New Issue
Block a user