hs-mortality: fix background leaking in certain sizes
This commit is contained in:
parent
d2002c0e5f
commit
c9413077e9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ render_and_copy(
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
background: `url(${static_url("incipisphere-thingie.png")}) fixed`,
|
background: `url(${static_url("incipisphere-thingie.png")}) fixed`,
|
||||||
|
width: "fit-content",
|
||||||
display: "grid",
|
display: "grid",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
gridTemplateRows: "1fr",
|
gridTemplateRows: "1fr",
|
||||||
|
|
Loading…
Reference in a new issue