feat: make root header status-bar safe
This commit is contained in:
@@ -233,7 +233,7 @@ const openShortcut = (key) => {
|
||||
|
||||
.page-paper-texture {
|
||||
position: absolute;
|
||||
top: 164rpx;
|
||||
top: calc(124rpx + var(--status-bar-height, 0px));
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user