|
|
@@ -27,7 +27,8 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.fixed-btn-main {
|
|
|
position: fixed;
|
|
|
- bottom: env(safe-area-inset-bottom);
|
|
|
+ bottom: 0;
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
width: 100%;
|
|
|
box-shadow: 0 0 8px 0 rgba($color: #000000, $alpha: 0.1);
|
|
|
}
|