Skip to content

Commit

Permalink
Minor optimizations in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 31, 2023
1 parent 48252f2 commit c60f703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/root.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ArrowLeftIcon } from "astro-feather";

<Layout isFrontPage={false} noindex={true}>
<p class="is-h2" slot="after-header">
Demo: Syncing the scroll position from and to the documentElement
Demo: Sync the scroll position from and to the window/html/body
</p>
<section>
<Tiles amount={150} direction="vertical" uniqueid="root" />
Expand Down
5 changes: 2 additions & 3 deletions docs/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ body {

.tiles,
.table {
border-radius: 2em;
overflow: hidden;
}

Expand Down Expand Up @@ -121,12 +120,12 @@ em {
color: var(--accent);
}

.scrollbars\:hide,
/* .scrollbars\:hide,
.scroller {
scrollbar-width: none;
}
.scrollbars\:hide::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
display: none;
}
} */

0 comments on commit c60f703

Please sign in to comment.