jmcculloch / supafakeblock

MIT License
1 stars 0 forks source link

Why are FB notifications getting rendered incorrectly with supafakeblock enabled? #22

Open jmcculloch opened 3 months ago

jmcculloch commented 3 months ago

with supafakeblock Screenshot 2024-07-27 at 5 31 00 PM

without Screenshot 2024-07-27 at 5 32 43 PM

libraries (i.e. react?) injected into content script? mantine UI CSS styles?

jmcculloch commented 3 months ago
// import '@mantine/core/styles.css';
// import '@mantine/notifications/styles.css';

Commenting out the mantine CSS seems to resolve the issue, so there is probably something conflicting in there.

jmcculloch commented 3 months ago

specifically @mantine/core/styles.css