From c08b2d4b3137a3b2d63981800fc292765a85fc90 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 21 May 2021 14:28:11 -0700 Subject: [PATCH] Fix icon cursor hitbox below SVGs by setting images to display: block Fixes #133 --- client/web/src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/web/src/App.vue b/client/web/src/App.vue index 43b69b41..0c6c29ac 100644 --- a/client/web/src/App.vue +++ b/client/web/src/App.vue @@ -22,6 +22,11 @@ button { color: #ddd; } +svg, +img { + display: block; +} + // For placeholder messages (remove eventually) .popover { h1,