Fix: header fixo no topo da tela - nao some ao rolar
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
font-family: var(--pf-global--FontFamily--sans-serif);
|
font-family: var(--pf-global--FontFamily--sans-serif);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
padding-top: 60px; /* Compensar header fixo */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OpenShift-like Header */
|
/* OpenShift-like Header */
|
||||||
@@ -62,6 +63,11 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
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 {
|
.openshift-header-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user