Skip to content

Commit

Permalink
(bottom|top|right|left)-\d (github#21505)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Sep 14, 2021
1 parent cdcb032 commit 498f02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ScrollButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ScrollButton = () => {
return (
<div
className={cx(
'position-fixed bottom-3 right-3 transition-200',
'position-fixed bottom-0 mb-3 right-0 mr-3 transition-200',
show ? 'opacity-100' : 'opacity-0'
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function PageInner() {
</article>

<div className="col-6">
<div className="fix position-sticky top-3">
<div className="fix position-sticky top-0 mt-3">
<div className="d-flex flex-justify-between flex-items-center mb-3">
<CodeLanguagePicker variant="tabs" />
<div className="flash">
Expand Down

0 comments on commit 498f02c

Please sign in to comment.