diff options
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |