Skip to content

Commit

Permalink
Merge pull request github#17307 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Apr 22, 2022
2 parents 1558588 + 9960a8e commit aaae134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DefaultLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const DefaultLayout = (props: Props) => {
<SupportSection />
<SmallFooter />
<ScrollButton
className="position-fixed bottom-0 mb-4 right-0 mr-4"
className="position-fixed bottom-0 mb-4 right-0 mr-4 z-1"
ariaLabel={t('scroll_to_top')}
/>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion components/page-header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Header = () => {
return (
<div
className={cx(
'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',
styles.header
)}
>
Expand Down

0 comments on commit aaae134

Please sign in to comment.