fix(ui): resolve layout overlap caused by compact rail and responsive grid
Build Curio HMS / build-and-deploy (push) Successful in 48s Details

This commit is contained in:
Deep Koluguri 2026-05-24 17:28:50 -04:00
parent 9c85ed6fb6
commit d2af0dc5d5
1 changed files with 15 additions and 0 deletions

View File

@ -1521,9 +1521,19 @@
@media (max-width: 1024px) {
.queue-section,
.zen-layout,
.zen-layout-3col,
.zen-grid {
grid-template-columns: 1fr;
}
.zen-layout-3col {
height: auto;
}
.zen-pipeline.full-height {
height: auto;
position: static;
}
.revenue-grid {
grid-template-columns: 1fr;
@ -1577,3 +1587,8 @@ body.zen-mode-active .dash-header {
.sidebar.compact-rail .user-profile .info {
display: none;
}
.sidebar.compact-rail + .dashboard-main {
margin-left: 70px;
}
.sidebar.compact-rail + .dashboard-main { margin-left: 70px; }