Skip to content

Commit

Permalink
Fix CSS for Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Aug 16, 2020
1 parent 560f131 commit 48b83d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/common/Checkbox.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.container {
display: flex;
align-items: center;
position: relative;
overflow: hidden;
}

Expand All @@ -20,8 +21,9 @@

.input {
position: absolute;
visibility: hidden;
height: 0;
width: 0;
bottom: -1px;
right: -1px;
bottom: 100%;
right: 100%;
}

0 comments on commit 48b83d7

Please sign in to comment.