fix(ui): resolve layout overlap caused by compact rail and responsive grid
Build Curio HMS / build-and-deploy (push) Successful in 48s
Details
Build Curio HMS / build-and-deploy (push) Successful in 48s
Details
This commit is contained in:
parent
9c85ed6fb6
commit
d2af0dc5d5
|
|
@ -1521,9 +1521,19 @@
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.queue-section,
|
.queue-section,
|
||||||
.zen-layout,
|
.zen-layout,
|
||||||
|
.zen-layout-3col,
|
||||||
.zen-grid {
|
.zen-grid {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zen-layout-3col {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zen-pipeline.full-height {
|
||||||
|
height: auto;
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.revenue-grid {
|
.revenue-grid {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
|
@ -1577,3 +1587,8 @@ body.zen-mode-active .dash-header {
|
||||||
.sidebar.compact-rail .user-profile .info {
|
.sidebar.compact-rail .user-profile .info {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.sidebar.compact-rail + .dashboard-main {
|
||||||
|
margin-left: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar.compact-rail + .dashboard-main { margin-left: 70px; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue