diff options
author | Mario <mario@mariovavti.com> | 2023-09-13 20:56:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-13 20:56:27 +0000 |
commit | 8a21c8e618023cc0fb35a843697871649610b079 (patch) | |
tree | 3a19555055070bd3d66708076f9e2cbb5a28ac5e /view/tpl/navbar_default.tpl | |
parent | 8d3d5747d228c249b0eb88051f6e82ca932b3b4b (diff) | |
download | volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.gz volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.bz2 volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.zip |
more theme fixes
Diffstat (limited to 'view/tpl/navbar_default.tpl')
-rw-r--r-- | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index c6f350b09..ed243c103 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -1,4 +1,4 @@ -<nav class="navbar fixed-top navbar-expand-lg bg-body-tertiary" {{$navbar_color_mode}}> +<nav id="navbar-top" class="navbar navbar-expand-lg sticky-top bg-body-tertiary mb-4" {{$navbar_color_mode}}> <div class="container-fluid flex-nowrap"> {{if $userinfo}} <div class="d-flex" style="max-width: 50%"> |