Skip to content

Commit

Permalink
fix: Fix report toolbar positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 6, 2019
1 parent b650f5f commit 0516d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Toolbar = ({ children }: Props) => {
<AppBar
elevation={0}
color="default"
position="fixed"
position="static"
className={classes.root + ' d-print-none'}>
{children}
</AppBar>
Expand Down

0 comments on commit 0516d07

Please sign in to comment.