aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/SkipNoticeComponent.tsx
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-05-16 20:29:31 -0400
committerAjay Ramachandran <[email protected]>2021-05-16 20:29:31 -0400
commit18d10ada5e313f6dd74b2a5cec29711910674901 (patch)
tree7f69cf9cf86581b43fbc705f08386427880fa6a6 /src/components/SkipNoticeComponent.tsx
parent3a7b6b27c22c9b6409199efd0362509762d2fc6b (diff)
parentdaa7a653c9f21f8e83d4043654985493a2705b6f (diff)
downloadSponsorBlock-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.tsx2
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";