CHANGE_UI_FIX - VADIVEL J 2025-09-09
This commit is contained in:
parent
2606e33735
commit
288cd30b8c
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
|
|
||||||
body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages) {
|
body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages) {
|
||||||
min-height: 0;
|
max-height:100vh !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-custom {
|
.navbar-custom {
|
||||||
|
|||||||
@ -131,6 +131,12 @@
|
|||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding: 0px 40px 0px 40px !important;
|
padding: 0px 40px 0px 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages)
|
||||||
|
{
|
||||||
|
min-height: 100vh !important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- navbar -->
|
<!-- navbar -->
|
||||||
@ -182,14 +188,14 @@
|
|||||||
background-color: #D4F5F6;
|
background-color: #D4F5F6;
|
||||||
z-index: 700;
|
z-index: 700;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
height: 90%;
|
height: 90% !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- rightbar -->
|
<!-- rightbar -->
|
||||||
<style>
|
<style>
|
||||||
.right-bar {
|
.right-bar {
|
||||||
width: 300px;
|
width: 300px !important;
|
||||||
/* Adjust as needed */
|
/* Adjust as needed */
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user