fix UI sometimes being offset on mobile
This commit is contained in:
parent
e2ce197938
commit
8281817c0f
|
@ -575,6 +575,7 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
$widgets-hide-threshold: 1090px;
|
$widgets-hide-threshold: 1090px;
|
||||||
|
overflow-x: clip;
|
||||||
@media (max-width: $widgets-hide-threshold) {
|
@media (max-width: $widgets-hide-threshold) {
|
||||||
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
|
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue