Minor fixes

This commit is contained in:
redphx
2024-07-07 19:20:58 +07:00
parent c03c63f3c3
commit 900ab38153
4 changed files with 9 additions and 7 deletions

View File

@@ -105,6 +105,10 @@ div[class^=HUDButton-module__hiddenContainer] ~ div:not([class^=HUDButton-module
font-family: var(--bx-promptfont-font);
}
select[multiple] {
overflow: auto;
}
/* Hide UI elements */
#headerArea, #uhfSkipToMain, .uhf-footer {
display: none;