aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-17 05:30:10 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-17 05:30:10 -0400
commit48e0d578c7f65e6a0ab8d293217983ba8bb21c00 (patch)
treeaf5e689dc324d8fe481d1ce156fbecfac942d3ad /app/views/snippets
parent7bd205c61c5d6359e82e3d031c55abe8934a76e4 (diff)
downloadthedroneely.com-48e0d578c7f65e6a0ab8d293217983ba8bb21c00.tar.gz
thedroneely.com-48e0d578c7f65e6a0ab8d293217983ba8bb21c00.tar.bz2
thedroneely.com-48e0d578c7f65e6a0ab8d293217983ba8bb21c00.zip
app/views/partials/navigator: Use noscript style override
Diffstat (limited to 'app/views/snippets')
-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') { ?>