Standardize left navbar with sticky and full height styling across multiple pages. Optimize backend functions in global.php.

This commit is contained in:
2025-08-13 12:14:06 +02:00
parent 5d01e6da14
commit 097481aec0
38 changed files with 530 additions and 220 deletions

View File

@@ -42,7 +42,7 @@
<div class="container-fluid" id="content">
<div class="row flex-nowrap">
<!-- Left NAVBAR -->
<div class="col-auto col-md-2 col-xl-2 px-sm-2 px-0 bg-dark" style="-ms-flex: 0 0 230px;flex: 0 0 230px;">
<div class="col-auto col-md-2 col-xl-2 px-sm-2 px-0 bg-dark vh-100 position-sticky top-0" style="-ms-flex: 0 0 230px;flex: 0 0 230px;">
<?php include $_SERVER['DOCUMENT_ROOT'] . "/navbar.html"; ?>
</div>
<!-- Display -->