FIX: correctly support safe-area-inset-bottom in footer (#25276)
This commit is contained in:
parent
4512e5652f
commit
a8330222f9
|
@ -20,6 +20,7 @@
|
|||
position: sticky;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue