hotfix(jumpbar): jump bar fixed on mobile

This commit is contained in:
trashtemp
2021-12-28 23:40:07 +01:00
parent 1ceaab1be2
commit e89ade2e78
2 changed files with 25 additions and 4 deletions

View File

@@ -19,4 +19,8 @@ export default styled.select`
&:focus {
box-shadow: 0 0 0 1.5pt var(--accent);
}
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
`;