fix(Menu User Dropdown): rearranges html elements to make dropdown scroll

This commit is contained in:
SimonGschnell
2024-11-05 12:03:44 +01:00
parent 37dffbba19
commit 7653bc3e29
2 changed files with 25 additions and 16 deletions
+8 -3
View File
@@ -305,10 +305,12 @@ html {
right: calc(var(--fhc-cis-header-height) + 2 * var(--fhc-cis-header-px) - 2 * var(--fhc-cis-header-py));
width: auto !important;
}
#nav-user {
position: fixed;
top: 0;
right: 0;
}
#nav-user-btn {
position: fixed;
top: 0;
right: 0;
border-width: 0;
padding: var(--fhc-cis-header-py) var(--fhc-cis-header-px);
background-color: var(--fhc-cis-primary);
@@ -381,6 +383,9 @@ html {
}
#nav-search {
position: relative;
}
#nav-user{
}
#nav-user-btn {