diff options
author | Ajay <[email protected]> | 2021-12-29 00:35:33 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2021-12-29 00:35:33 -0500 |
commit | 12bc10ea1f48d9ecdf34cbb6f50b49b209ca247c (patch) | |
tree | 7bf98f08d0ac7792596aa54634e943e7fc818e91 /src/components/SubmissionNoticeComponent.tsx | |
parent | 2db19711900e0a87ee8cb97df2d8645375a24413 (diff) | |
download | SponsorBlock-12bc10ea1f48d9ecdf34cbb6f50b49b209ca247c.tar.gz SponsorBlock-12bc10ea1f48d9ecdf34cbb6f50b49b209ca247c.zip |
Make youtube settings in front of skip notice
Diffstat (limited to 'src/components/SubmissionNoticeComponent.tsx')
-rw-r--r-- | src/components/SubmissionNoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx index 5b5bd005..82aa0cca 100644 --- a/src/components/SubmissionNoticeComponent.tsx +++ b/src/components/SubmissionNoticeComponent.tsx @@ -73,7 +73,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S idSuffix={this.state.idSuffix} ref={this.noticeRef} closeListener={this.cancel.bind(this)} - zIndex={50000}> + zIndex={5000}> {/* Text Boxes */} {this.getMessageBoxes()} |