Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Dec 11, 2024
1 parent b0d8790 commit 45d0415
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/raw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Raw(props: Lume.Data, helpers: Lume.Helpers) {
</aside>
</>
)}
<div style={{ scrollbarGutter: "stable" }} >
<div style={{ scrollbarGutter: "stable" }}>
{props.children}
{reference && <props.comp.ToTop />}
{!reference && <props.comp.Footer />}
Expand Down
1 change: 0 additions & 1 deletion overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ html {
scroll-timeline: --showScrollTop vertical;
}


@keyframes showToTop {
0% {
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion reference.page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const sidebar = [
{
label: "Node APIs",
id: "/api/node/",
}
},
],
},
];
Expand Down

0 comments on commit 45d0415

Please sign in to comment.