|
@@ -440,6 +440,7 @@ onUnmounted(() => {
|
|
|
.scroll-view {
|
|
.scroll-view {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
height: 0;
|
|
height: 0;
|
|
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content-wrapper {
|
|
.content-wrapper {
|
|
@@ -653,5 +654,7 @@ onUnmounted(() => {
|
|
|
|
|
|
|
|
.bottom-safe-area {
|
|
.bottom-safe-area {
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
|
|
+ padding-bottom: constant(safe-area-inset-bottom);
|
|
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|