Skip to content

Commit

Permalink
Horizontal resize for left sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 19, 2024
1 parent 12b0fc8 commit ea5bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/components/config-editor/config-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ provide<() => boolean>(PROVIDED_TOGGLE_SUMMARY, () => toggleRightBar(rightBarMod
Molecular TS
</template>
<template #body>
<sidebar :visible="leftBarVisible" position="left">
<sidebar :visible="leftBarVisible" position="left" style="overflow: hidden; resize: horizontal;">
<template #title>
Config
</template>
Expand Down

0 comments on commit ea5bb64

Please sign in to comment.