Initial commit - Master Admin UI

This commit is contained in:
Gagan7900
2026-07-07 18:38:36 +05:30
commit 66e2c15e51
26539 changed files with 789907 additions and 0 deletions
@@ -0,0 +1,19 @@
/* Start Menu-Scrollable Styles */
[data-menu-position="scrollable"] {
.app-sidebar {
@apply absolute;
.main-sidebar-header {
position: absolute;
}
#sidebar-scroll {
@apply pb-0;
}
}
&:not([data-nav-layout="horizontal"]) {
.content {
@apply min-h-[1300px];
}
}
}
/* End Menu-Scrollable Styles */