Skip to content

Commit

Permalink
Set full height on form splitter #143
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 30, 2024
1 parent a34e236 commit 98106bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const showHierarchy = ref(false);
/>
</div>
<Splitter
style="display: flex; height: 100%"
style="height: 100%"
:pt="{
gutter: { style: { display: showHierarchy ? 'flex' : 'none' } },
}"
Expand Down
2 changes: 1 addition & 1 deletion arches_lingo/src/arches_lingo/pages/SchemePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getRef = (el: object | null, index: number) => {
</script>

<template>
<Splitter>
<Splitter style="height: 100%">
<SplitterPanel
v-if="sectionVisible"
:size="66"
Expand Down

0 comments on commit 98106bf

Please sign in to comment.