Skip to content

Commit

Permalink
fix: use sticky (#1826)
Browse files Browse the repository at this point in the history
* add sticky

* Add files via upload
  • Loading branch information
RiXelanya authored May 15, 2023
1 parent 126af81 commit f0f1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/template/Default/DefaultLayout.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
firstCol: {
width: 312,

position: 'sticky',
[theme.breakpoints.down('md')]: {
width: 290,
},
Expand Down

0 comments on commit f0f1236

Please # to comment.