fix: message page layout fix

This commit is contained in:
Tim
2025-08-06 18:37:51 +08:00
parent 2a72345943
commit 597f682b75

View File

@@ -628,11 +628,12 @@ export default {
.message-page {
background-color: var(--background-color);
overflow-x: hidden;
}
.message-page-header {
position: sticky;
top: calc(var(--header-height) + 1px);
top: 1px;
z-index: 200;
background-color: var(--background-color-blur);
display: flex;
@@ -769,9 +770,5 @@ export default {
.has_read_button {
display: none;
}
.message-page {
overflow-x: hidden;
}
}
</style>