FIX: Workaround for Edge issue with clicks on SVGs

- Related Edge issue at https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10583086/
This commit is contained in:
Penar Musaraj 2018-12-20 11:13:36 -05:00
parent 400eea4d13
commit 28283c2396
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
overflow: visible;
}
// Fixes Edge bug with SVG elements not triggering click event
svg,
svg use {
pointer-events: none;
}
// Stacked Icons
// Usage:
// <span class="fa-stack">