Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit ad9a7d3

Browse files
author
steven.roulleau
committed
fix(edge): css not applied on dynamic added elements
1 parent 6af4643 commit ad9a7d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/demo-app/examples/examples.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,21 @@ select:focus {
290290
margin: 20px 0 20px;
291291
text-align: center;
292292
}
293+
294+
/* fix for edge: custom style not applied
295+
on dynamic added element*/
296+
@supports (-ms-ime-align: auto) {
297+
.ms-editor svg {
298+
z-index: 15;
299+
position: absolute;
300+
left: 0;
301+
top: 0;
302+
height: 100%;
303+
width: 100%;
304+
}
305+
306+
.ms-editor svg {
307+
z-index: 10;
308+
pointer-events: none;
309+
}
310+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy