fix UI sometimes being offset on mobile

This commit is contained in:
Freeplay 2023-06-19 12:21:46 -04:00
parent e2ce197938
commit 8281817c0f

View file

@ -575,6 +575,7 @@ console.log(mainRouter.currentRoute.value.name);
width: 100%;
min-width: 0;
$widgets-hide-threshold: 1090px;
overflow-x: clip;
@media (max-width: $widgets-hide-threshold) {
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
}