aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileTree.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TileTree.vue')
-rw-r--r--src/components/TileTree.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue
index af3965e..c0e4197 100644
--- a/src/components/TileTree.vue
+++ b/src/components/TileTree.vue
@@ -165,6 +165,7 @@ export default defineComponent({
width: '100vw', // Making this dynamic causes white flashes when resizing
height: '100vh',
backgroundColor: '#292524',
+ overflow: 'hidden',
};
},
},