ThumbNavigation: probably fix padding for iOS PWA

This commit is contained in:
Alex Gleason
2021-09-22 11:25:35 -05:00
parent 165b924ce7
commit 0e2e2e38d0
4 changed files with 13 additions and 4 deletions

View File

@@ -354,7 +354,7 @@
z-index: 1000;
display: none;
position: fixed;
bottom: 74px;
bottom: calc(var(--thumb-navigation-height) + 14px);
right: 14px;
width: 58px;
height: 58px;