Skip to content

Commit

Permalink
Merge pull request #152 from bento-platform/bugfix/tracks-modal
Browse files Browse the repository at this point in the history
quick fix for cropped track controls
  • Loading branch information
brouillette authored Apr 26, 2022
2 parents 1298ae0 + bdea277 commit 1b34941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/explorer/IndividualTracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const IndividualTracks = ({individual}) => {
onOk={() => setModalVisible(false)}
onCancel={() => setModalVisible(false)}
zIndex={MODAL_Z_INDEX}
width={600}
>
<TrackControlTable />
</Modal>
Expand Down

0 comments on commit 1b34941

Please sign in to comment.