Füge max() für den unteren Padding-Wert im rechtlichen Footer hinzu
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
All checks were successful
Deploy via FTP / deploy (push) Successful in 3s
This commit is contained in:
@@ -40,7 +40,7 @@ body::before {
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 7px 16px;
|
padding: 7px 16px;
|
||||||
padding-bottom: calc(7px + env(safe-area-inset-bottom));
|
padding-bottom: max(7px, env(safe-area-inset-bottom));
|
||||||
background: rgba(255,255,255,0.02);
|
background: rgba(255,255,255,0.02);
|
||||||
border-top: 1px solid rgba(255,255,255,0.06);
|
border-top: 1px solid rgba(255,255,255,0.06);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user