Fix icon cursor hitbox below SVGs by setting images to display: block
Fixes #133
This commit is contained in:
parent
3b0762ef18
commit
c08b2d4b31
|
|
@ -22,6 +22,11 @@ button {
|
|||
color: #ddd;
|
||||
}
|
||||
|
||||
svg,
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// For placeholder messages (remove eventually)
|
||||
.popover {
|
||||
h1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue