Login/Logout

This commit is contained in:
cgfhtw
2023-01-16 10:31:02 +01:00
parent c5b996f35e
commit ebc7b5a3d9
9 changed files with 139 additions and 16 deletions
+4 -1
View File
@@ -182,6 +182,9 @@
width: 100vw;
/* overflow: visible !important; */
}
#cis-header {
z-index: 10;
}
#cis-header nav {
position: initial;
transform: none;
@@ -269,7 +272,7 @@
width: 100vw;
display: flex;
justify-content: space-between;
z-index: 1;
z-index: 10;
}
#cis-header nav {
top: var(--fhc-cis-header-height);