From e0f0bc225df0edb36806484ff733471a33ffbef2 Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 17 Oct 2025 09:35:33 -0300 Subject: [PATCH] Fix: header fixo no topo da tela - nao some ao rolar --- app/static/index.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 {