Adding z-index to modal's close button

This commit is contained in:
Vesa Luusua 2017-08-18 10:59:03 +03:00
parent 0f6cf54241
commit f9cb5f7d79

View file

@ -52,6 +52,9 @@
top: 0;
right: 0;
/* Some content (like map) is positioning itself on top of close button without z-index handling */
z-index: calc(var(--zIndexModal) + 1);
/* Safari didn't know how to baseline-align svg icon and text */
display: flex;
align-items: flex-start;