You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declarative Shadow DOM is baseline now, so fixing this should be as simple as replacing the div with a <template shadowrootmode="open">.
I couldn't find where it's created, or else I'd PR it.
Quick Summary:
The
<a>
element in the overlay that links to the Lamdera docs can inherit styles from the app's CSS, as in this screenshot:SSCCE
Here's the CSS that causes this, which is in
public/styles.css
in my repo:Additional Details
N/A
The text was updated successfully, but these errors were encountered: