mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Merge pull request #641 from rcoup/web-components-host
Support web components/shadow DOM
This commit is contained in:
commit
d2338228ed
6 changed files with 14 additions and 7 deletions
|
@ -47,7 +47,8 @@
|
|||
}
|
||||
|
||||
// Hide the overflow in IE
|
||||
#{$parent-selector} svg:not(:root) {
|
||||
#{$parent-selector} svg:not(:root),
|
||||
#{$parent-selector} svg:not(:host) {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue