Skip to content

Commit 6d122db

Browse files
committed
give pagination bar the same z-index as topbar
1 parent 7daaa33 commit 6d122db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/helpers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function ContentPane() {
2727
<Outlet />
2828
</main>
2929
</div>
30-
<div className="sticky bottom-0 shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0">
30+
<div className="sticky bottom-0 z-topBar shrink-0 justify-between overflow-hidden border-t bg-default border-secondary empty:border-t-0">
3131
<Pagination.Target />
3232
<PageActionsTarget />
3333
</div>

0 commit comments

Comments
 (0)