Skip to content

Commit

Permalink
feat: apply overflow hidden to panes (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley authored May 13, 2022
1 parent 0b60489 commit 9d8d7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/allotment.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}

.splitView > .splitViewContainer > .splitViewView {
overflow: hidden;
position: absolute;
white-space: initial;
}
Expand Down

0 comments on commit 9d8d7c9

Please sign in to comment.