Increase notice z index

Resolves #642
This commit is contained in:
Ajay Ramachandran
2021-02-14 20:12:45 -05:00
parent e3b0be23a7
commit 7b65b73711

View File

@@ -127,7 +127,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
render(): React.ReactElement { render(): React.ReactElement {
const noticeStyle: React.CSSProperties = { const noticeStyle: React.CSSProperties = {
zIndex: 50 + this.amountOfPreviousNotices zIndex: 1000 + this.amountOfPreviousNotices
} }
if (this.contentContainer().onMobileYouTube) { if (this.contentContainer().onMobileYouTube) {
noticeStyle.bottom = "4em"; noticeStyle.bottom = "4em";