Top bar is now fixed by default also fixed markup for side top headers

This commit is contained in:
johnnyq
2023-09-05 17:19:02 -04:00
parent 97521d1df7
commit 316afa5603
5 changed files with 20 additions and 31 deletions

View File

@@ -1,18 +1,16 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<div class="brand-link">
<h3 class="brand-text text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h3>
</div>
<!-- Sidebar -->
<div class="sidebar">
<!-- Sidebar Menu -->
<nav>
<div class="brand-link">
<a href="#">
<h3 class="brand-text text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h3>
</a>
</div>
<ul class="nav nav-pills nav-sidebar flex-column mt-3" data-widget="treeview" data-accordion="false">
<!-- Dashboard item (tech/financial) -->