diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-16 20:29:31 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-05-16 20:29:31 -0400 |
commit | 18d10ada5e313f6dd74b2a5cec29711910674901 (patch) | |
tree | 7f69cf9cf86581b43fbc705f08386427880fa6a6 /src/components/SkipNoticeComponent.tsx | |
parent | 3a7b6b27c22c9b6409199efd0362509762d2fc6b (diff) | |
parent | daa7a653c9f21f8e83d4043654985493a2705b6f (diff) | |
download | SponsorBlock-18d10ada5e313f6dd74b2a5cec29711910674901.tar.gz SponsorBlock-18d10ada5e313f6dd74b2a5cec29711910674901.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into pr/opl-/569
Diffstat (limited to 'src/components/SkipNoticeComponent.tsx')
-rw-r--r-- | src/components/SkipNoticeComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SkipNoticeComponent.tsx b/src/components/SkipNoticeComponent.tsx index b4f31932..01b2a15e 100644 --- a/src/components/SkipNoticeComponent.tsx +++ b/src/components/SkipNoticeComponent.tsx @@ -127,7 +127,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta render(): React.ReactElement { const noticeStyle: React.CSSProperties = { - zIndex: 50 + this.amountOfPreviousNotices + zIndex: 1000 + this.amountOfPreviousNotices } if (this.contentContainer().onMobileYouTube) { noticeStyle.bottom = "4em"; |