diff --git a/dashboard.css b/dashboard.css index 4d6ec7c..aa12d40 100644 --- a/dashboard.css +++ b/dashboard.css @@ -1313,7 +1313,7 @@ } /* --- WORLD-CLASS ZEN 4.0 ADD-ONS --- */ -.safety-header { +.patient-banner-inner { background: white; padding: 1.5rem 2.5rem; border-radius: 20px; @@ -1322,10 +1322,7 @@ display: flex; justify-content: space-between; align-items: center; - margin-bottom: 2rem; - position: sticky; - top: 1rem; - z-index: 10; + margin-bottom: 0.5rem; } .patient-identity-row { @@ -1350,14 +1347,14 @@ .zen-layout-3col { display: grid; - grid-template-columns: 15% 55% 30%; - gap: 2rem; + grid-template-columns: 15% 60% 25%; + gap: 1.5rem; align-items: start; transition: grid-template-columns 0.3s ease; } .zen-layout-3col.collapsed-queue { - grid-template-columns: 5% 65% 30%; + grid-template-columns: 5% 70% 25%; } .zen-pipeline { @@ -1367,7 +1364,14 @@ box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid var(--border); transition: all 0.3s ease; - overflow: hidden; + overflow-x: hidden; +} + +.zen-pipeline.full-height { + height: calc(100vh - 5rem); + overflow-y: auto; + position: sticky; + top: 1rem; } .zen-pipeline.collapsed { diff --git a/dashboard.html b/dashboard.html index 7056cc8..7b8a386 100644 --- a/dashboard.html +++ b/dashboard.html @@ -111,30 +111,10 @@ -
Listening for diagnosis...