Fix bugs with Clarity boost select box

This commit is contained in:
redphx
2024-07-17 07:48:36 +07:00
parent 2db246e081
commit 742fd24b8c
4 changed files with 15 additions and 2 deletions

View File

@@ -105,6 +105,10 @@ div[class^=HUDButton-module__hiddenContainer] ~ div:not([class^=HUDButton-module
font-family: var(--bx-promptfont-font);
}
.bx-line-through {
text-decoration: line-through
}
select[multiple] {
overflow: auto;
}