Hacker News new | ask | show | jobs
by nticompass 530 days ago
The animated background works in Chrome, but not Firefox. There is one CSS rule that Firefox doesn't like. If you open the Firefox devtools/console and type this, it'll fix it:

document.querySelectorAll('img.mantine-Image-root').forEach(i => i.style.flex = 1);