ThumbNavigation: probably fix padding for iOS PWA
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user