Skip to content

Commit 48a2d47

Browse files
committed
Merge branch 'frontend-fix-checklist-scrollbar'
2 parents bb5a488 + e4bffab commit 48a2d47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontends/web/src/components/forms/checkbox.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.checkbox input {
2-
position: absolute;
2+
left: 0;
33
opacity: 0;
4+
position: absolute;
45
}
56

67
.checkbox input + label {

0 commit comments

Comments
 (0)