Skip to content

Commit

Permalink
Fix Fab positioning on @jbrowse/react-app (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 18, 2024
1 parent 6b07293 commit d69245d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-core/src/ui/App/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const useStyles = makeStyles()(theme => ({
paper: {
overflowY: 'auto',
height: '100%',
position: 'relative',
zIndex: theme.zIndex.drawer,
outline: 'none',
background: theme.palette.background.default,
Expand Down

0 comments on commit d69245d

Please sign in to comment.