Fix options dropdown being blurry

This commit is contained in:
Dys 2023-01-19 10:30:03 +08:00 committed by cyip92
parent 2b4f0a3c48
commit 922cc37418

View File

@ -2754,8 +2754,10 @@ br {
overflow: hidden;
background-color: var(--color-base);
border: 0.1rem var(--color-good);
border-style: none solid solid;
border-style: solid;
border-radius: var(--var-border-radius, 0.4rem);
/* May be removed if it makes things to blurry */
transform: translateY(-0.1rem);
}
/* We need scrollbar-color in this rule as well as identical color specifications in the following two; some