optimize screen

This commit is contained in:
Raven Scott
2024-11-30 05:03:52 -05:00
parent f3695c274b
commit e4aeb9d53f
2 changed files with 62 additions and 3 deletions

View File

@ -86,7 +86,6 @@
/* Leave space for the sidebar */
flex: 1;
/* Allow the content to grow */
padding: 30px;
overflow-y: auto;
/* Allow scrolling if content overflows */
position: relative;
@ -239,7 +238,7 @@
/* Ensure it uses all available space */
width: 100%;
/* Take up the full width of the content area */
padding: 0;
margin-top: 30px;
/* Remove extra padding */
overflow-y: auto;
/* Allow vertical scrolling if needed */
@ -352,7 +351,6 @@
<!-- <img src="https://via.placeholder.com/500x300" alt="Welcome Graphic" class="img-fluid mt-4"> -->
</div>
<div id="dashboard" class="hidden">
<h2>Containers</h2>
<div class="table-responsive">
<table class="table table-dark table-striped">
<thead>