Chore: Fixed OutlinePanels' scroll problem

This commit is contained in:
Aria Minaei 2021-06-29 16:06:22 +02:00
parent 06ff052797
commit fb73e9c63a

View file

@ -36,6 +36,8 @@ const OutlinePanel: React.FC<{}> = (props) => {
const Container = styled(PanelWrapper)` const Container = styled(PanelWrapper)`
overflow-y: hidden; overflow-y: hidden;
display: flex;
flex-direction: column;
` `
const Title = styled.div` const Title = styled.div`