Skip to content

Commit

Permalink
Persist sidebar scroll position
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Nov 25, 2022
1 parent 97d2304 commit eec2744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/src/layouts/ExplorerLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const label =
(activeSchema && activeSchema.label) || (activeType && activeType.label);
---

<DefaultLayout {options} {...Astro.props} title={label}>
<DefaultLayout layout="explorer" {options} {...Astro.props} title={label}>
<ExpandableSidebar slot="sidebar">
<ExplorerNav {activeType} {activeSchema} />
</ExpandableSidebar>
Expand Down

0 comments on commit eec2744

Please sign in to comment.