From 68c107f2a5d541fd84d6d2f1f074c33f2b6d1869 Mon Sep 17 00:00:00 2001 From: nicovert <12763808+nicovert@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:31:43 -0500 Subject: [PATCH] Update content.scss Updated header selector --- 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 5e0f7b3..8669f0e 100644 --- a/src/styles/content.scss +++ b/src/styles/content.scss @@ -27,7 +27,7 @@ html.enhancer-fullVideo.page-video { margin-top: 0 !important; } - #NebulaApp > div:first-of-type { + #app-header { position: absolute !important; top: 100vh !important; }