Make the navbar sticky
This commit is contained in:
parent
ff522e2ffd
commit
4a47d04ef2
|
@ -1,4 +1,4 @@
|
|||
<nav class="scripture-menu">
|
||||
<nav class="scripture-menu navbar navbar-dark sticky-top">
|
||||
<div class="container">
|
||||
<Scrollmenu @visible="true">
|
||||
{{#each this.books as |book|}}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
Options FollowSymLinks
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.html$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . /index.html [L]
|
||||
</IfModule>
|
Loading…
Reference in New Issue