From 8e1018c3ec81226dce537346a58fc863f64f9169 Mon Sep 17 00:00:00 2001 From: Constantin Piber Date: Wed, 20 Nov 2024 19:31:13 +0100 Subject: [PATCH] [#68] Fix button over Nebula's button In Chrome, the specificity of the rule is not high enough. In Firefox it works. Using `!important` is the easiest to make it work, increasing specificity with `div.[...]` also works --- src/styles/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/content.scss b/src/styles/content.scss index a277a47..5e0f7b3 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -67,7 +67,7 @@ html.enhancer-fullVideo.page-video { } .enhancer-queueButton { - top: 24px; + top: 24px !important; bottom: unset; line-height: 0; opacity: 0;