Fix: header fixo no topo da tela - nao some ao rolar

This commit is contained in:
2025-10-17 09:35:33 -03:00
parent eb66787b4d
commit e0f0bc225d

View File

@@ -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 {