mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Adding z-index to modal's close button
This commit is contained in:
parent
0f6cf54241
commit
f9cb5f7d79
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue