Skip to content

Commit

Permalink
fix(ui): handle scroll in multifile editor - WF-100
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Jan 30, 2025
1 parent b72de52 commit 4e87571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/builder/BuilderTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ function toggleCollapse() {
.BuilderTree__main__name {
color: var(--builderPrimaryTextColor);
flex-grow: 1;
}
.BuilderTree__main__collapser {
Expand Down
1 change: 1 addition & 0 deletions src/ui/src/builder/panels/BuilderCodePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ async function handleSave() {
height: 100%;
width: 100%;
padding: 4px;
overflow-y: auto;
}
.BuilderCodePanel__tree__addFile {
Expand Down

0 comments on commit 4e87571

Please sign in to comment.