diff options
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"; |