hs-mortality: fix background leaking in certain sizes

This commit is contained in:
mehbark 2023-07-25 02:26:51 -04:00
parent d2002c0e5f
commit c9413077e9

View file

@ -19,6 +19,7 @@ render_and_copy(
<div
style={{
background: `url(${static_url("incipisphere-thingie.png")}) fixed`,
width: "fit-content",
display: "grid",
overflow: "hidden",
gridTemplateRows: "1fr",