Fix icon cursor hitbox below SVGs by setting images to display: block

Fixes #133
This commit is contained in:
Keavon Chambers 2021-05-21 14:28:11 -07:00
parent 3b0762ef18
commit c08b2d4b31
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ button {
color: #ddd;
}
svg,
img {
display: block;
}
// For placeholder messages (remove eventually)
.popover {
h1,