Skip to content

Commit

Permalink
quick fix for cropped track controls
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Apr 26, 2022
1 parent a78c3a8 commit bdea277
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 bdea277

Please sign in to comment.