feat: make root header status-bar safe
This commit is contained in:
@@ -47,8 +47,8 @@ const goBack = () => uni.navigateBack()
|
||||
.page-header--root {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
height: 164rpx;
|
||||
padding-top: env(safe-area-inset-top);
|
||||
height: calc(124rpx + var(--status-bar-height, 0px));
|
||||
padding-top: var(--status-bar-height, 0px);
|
||||
background-color: #b52e22;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user