Skip to content

Commit

Permalink
Merge pull request #84 from scaife-viewer/fix/tree-overflow-issue
Browse files Browse the repository at this point in the history
Tweak tree container styles
  • Loading branch information
jacobwegner authored Dec 22, 2023
2 parents 4d4dec3 + 0119f5e commit 08e0723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue-treant/src/Treant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,9 @@
<style src="./vendor/Treant.css"></style>
<style lang="scss">
.tree-container {
// NOTE: This is set to ensure that the entire tree can be drawn
// NOTE: These are set to ensure that the entire tree can be drawn
width: 100vw;
overflow-x: visible !important;
}
.controls-container {
display: flex;
Expand Down

0 comments on commit 08e0723

Please sign in to comment.