Skip to content

Commit 8323efb

Browse files
committed
Fix #248 span inside button inteferes with pointer
1 parent 25b7bb3 commit 8323efb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/grid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ body:not(.designing) video[dbsrc]:not([src]) {
4949
height: 100%;
5050
min-height: 0;
5151
}
52+
53+
.grid button span {
54+
pointer-events: none;
55+
}
5256
.grid b {
5357
color: blue;
5458
}

0 commit comments

Comments
 (0)