🐛 (admin): fix sidebar sizing
This commit is contained in:
parent
7598c6d0df
commit
3e7bb6c7b3
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
<?php Theme::plugins('adminHead') ?>
|
||||
|
||||
</head>
|
||||
<body class="h-100">
|
||||
<body>
|
||||
|
||||
<!-- Plugins -->
|
||||
<?php Theme::plugins('adminBodyBegin') ?>
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
|
||||
<!-- LEFT SIDEBAR - Display only on large devices -->
|
||||
<div class="bg-dark admin-sidebar text-white d-none d-lg-block h-100">
|
||||
<div class="bg-dark admin-sidebar text-white d-none d-lg-block">
|
||||
<?php include('html/sidebar.php'); ?>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue