fix: 修复我的信息界面中的header无法粘性布局的bug以及解决了一些-webkit样式警告

fixed: #588
This commit is contained in:
AnNingUI
2025-08-16 13:49:24 +08:00
parent 1f74a29dce
commit 300f8705ef
3 changed files with 4 additions and 0 deletions

View File

@@ -636,6 +636,8 @@ onActivated(() => {
.message-page {
background-color: var(--background-color);
overflow-x: hidden;
height: calc(100vh - var(--header-height));
overflow-y: auto;
}
.message-page-header {