Skip to content

Commit

Permalink
Fix #248 span inside button inteferes with pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
gbishop committed Apr 17, 2024
1 parent 25b7bb3 commit 8323efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ body:not(.designing) video[dbsrc]:not([src]) {
height: 100%;
min-height: 0;
}

.grid button span {
pointer-events: none;
}
.grid b {
color: blue;
}
Expand Down

0 comments on commit 8323efb

Please sign in to comment.