Skip to content

Commit

Permalink
Fix overflow in tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jan 3, 2025
1 parent ff9c481 commit ea23a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const panel = computed(() => {
</script>

<template>
<Splitter style="height: 100%">
<Splitter style="height: 100%; overflow: hidden">
<SplitterPanel
:size="34"
:min-size="25"
Expand Down

0 comments on commit ea23a05

Please sign in to comment.