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',
|
||||
right: right + '%',
|
||||
top: 0,
|
||||
paddingLeft: '4px',
|
||||
paddingRight: '4px'
|
||||
paddingLeft: '0px',
|
||||
paddingRight: '0px'
|
||||
};
|
||||
return (
|
||||
<div style={ style }>
|
||||
|
@ -227,6 +227,7 @@
|
||||
.@{ns}-preview {
|
||||
.max-element-height();
|
||||
width: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.@{ns}-preview-frame {
|
||||
|
Reference in New Issue
Block a user