Skip to content

Commit

Permalink
fix: remove fixed position for caresite view
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Jun 14, 2024
1 parent 3f32cd4 commit 58c236a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Scope/CareSiteView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const CareSiteView = () => {
<Grid
container
direction="column"
position="fixed"
className={cx(classes.appBar, {
[classes.appBarShift]: open
})}
Expand Down

0 comments on commit 58c236a

Please sign in to comment.