Skip to content

Commit

Permalink
remove display:contents to fix live demos in Safari (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 authored Nov 25, 2024
1 parent 38610b9 commit 5ac2db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/LiveExample.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const cssCode = await (async () => {
<template shadowrootmode='open'>
<style is:inline>
astro-island {
display: contents;
display: block !important; /* https://github.com/iTwin/iTwinUI/pull/2353 */
}
</style>
<style set:html={cssCode}></style>
Expand Down

0 comments on commit 5ac2db8

Please sign in to comment.