Skip to content

Commit

Permalink
fix: overflow on settings in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 13, 2024
1 parent d013735 commit 56ab9a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ html {
opacity: 0;
}
}

input[type="radio"] {
display: none;
}

0 comments on commit 56ab9a3

Please sign in to comment.