From 12bc10ea1f48d9ecdf34cbb6f50b49b209ca247c Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 29 Dec 2021 00:35:33 -0500 Subject: [PATCH] Make youtube settings in front of skip notice --- public/content.css | 5 +++++ src/components/SubmissionNoticeComponent.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index bcc755ea..b9f19080 100644 --- a/public/content.css +++ b/public/content.css @@ -26,6 +26,11 @@ height: 100%; } +/* Make sure settings are upfront */ +.ytp-settings-menu { + z-index: 6000 !important; +} + /* Preview Bar page hacks */ .ytp-tooltip:not(.sponsorCategoryTooltipVisible) .sponsorCategoryTooltip { 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 + zIndex={5000}> {/* Text Boxes */} {this.getMessageBoxes()}