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 b1bcaa8 commit 3404349Copy full SHA for 3404349
components/DefaultLayout.tsx
@@ -100,7 +100,7 @@ export const DefaultLayout = (props: Props) => {
100
<SupportSection />
101
<SmallFooter />
102
<ScrollButton
103
- className="position-fixed bottom-0 mb-4 right-0 mr-4"
+ className="position-fixed bottom-0 mb-4 right-0 mr-4 z-1"
104
ariaLabel={t('scroll_to_top')}
105
/>
106
</footer>
components/page-header/Header.tsx
@@ -52,7 +52,7 @@ export const Header = () => {
52
return (
53
<div
54
className={cx(
55
- 'border-bottom d-unset color-border-muted no-print z-3 color-bg-default position-sticky top-0',
+ 'border-bottom d-unset color-border-muted no-print z-3 color-bg-default',
56
styles.header
57
)}
58
>
0 commit comments