@@ -104,6 +104,8 @@ export default {
::v-deep {
.default-sidebar-height {
height: calc(72vh - 162px - 2px);
+ height: calc(72vh - 162px - 2px - constant(safe-area-inset-bottom));
+ height: calc(72vh - 162px - 2px - env(safe-area-inset-bottom));
}
.header-nav {