mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
fix(Menu User Dropdown): rearranges html elements to make dropdown scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user