fix: itemSectionRenderer not filling screen

This commit is contained in:
Alex 2022-03-25 09:49:14 +13:00
parent 7d3b8e2469
commit 5e0cb52a2e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
}
.fill-screen {
widows: 100 vw; /* Very Hacky */
width: 100 vw; /* Very Hacky */
}
</style>