diff --git a/app/static/index.html b/app/static/index.html
index 564dc60..f4a0ccb 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -50,6 +50,7 @@
font-family: var(--pf-global--FontFamily--sans-serif);
margin: 0;
padding: 0;
+ padding-top: 60px; /* Compensar header fixo */
}
/* OpenShift-like Header */
@@ -62,6 +63,11 @@
justify-content: space-between;
padding: 0 24px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ z-index: 1000;
}
.openshift-header-left {