fix(client): フッターでセーフエリアを考慮するように

This commit is contained in:
syuilo 2022-02-12 14:48:01 +09:00
parent 7df8cd2b5d
commit fd3ce321c5
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
z-index: 1000;
bottom: 0;
left: 0;
padding: 16px;
padding: 16px 16px calc(env(safe-area-inset-bottom, 0px) + 16px) 16px;
display: flex;
width: 100%;
box-sizing: border-box;