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