We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daaa33 commit 6d122dbCopy full SHA for 6d122db
app/layouts/helpers.tsx
@@ -27,7 +27,7 @@ export function ContentPane() {
27
<Outlet />
28
</main>
29
</div>
30
- <div className="sticky bottom-0 shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0">
+ <div className="sticky bottom-0 z-topBar shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0">
31
<Pagination.Target />
32
<PageActionsTarget />
33
0 commit comments