Skip to content

Commit

Permalink
Revert "fix: fix sidenav to view port (#849)" (#891)
Browse files Browse the repository at this point in the history
This reverts commit e7eff96.
  • Loading branch information
tuxology authored Oct 13, 2023
1 parent e7eff96 commit 43456fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { colors } from "../../assets/js/colors";
export const sidenavStyle = theme => ({
container: {
backgroundColor: 'white',
minHeight: '65vh',
minHeight: '80vh',
display: 'flex',
borderRadius: 8,
position: 'fixed',

[theme.breakpoints.down('sm')]: {
height: '100%',
},
Expand Down

0 comments on commit 43456fd

Please sign in to comment.