Chore: Fixed OutlinePanels' scroll problem
This commit is contained in:
parent
06ff052797
commit
fb73e9c63a
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ const OutlinePanel: React.FC<{}> = (props) => {
|
|||
|
||||
const Container = styled(PanelWrapper)`
|
||||
overflow-y: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
`
|
||||
|
||||
const Title = styled.div`
|
||||
|
|
Loading…
Reference in a new issue