[new feature] GoodsAction: add safe-area-inset-bottom prop (#3174)
This commit is contained in:
@@ -6,4 +6,10 @@
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
background-color: @white;
|
||||
|
||||
&--safe-area-inset-bottom {
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user