aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/stylesheets.php')
-rw-r--r--app/views/snippets/stylesheets.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
index 2636e19..e3e2cc9 100644
--- a/app/views/snippets/stylesheets.php
+++ b/app/views/snippets/stylesheets.php
@@ -1,3 +1,10 @@
+<noscript>
+ <style>
+ .has-navbar-fixed-top { padding-top: 0 !important; }
+ .is-fixed-top { position: unset !important; }
+ </style>
+</noscript>
+
<link rel="stylesheet" href="/css/tdro.css">
<?php if ($theme->color() === 'dark') { ?>