no message

This commit is contained in:
kuaifan 2025-04-12 17:47:43 +08:00
parent d03dabdfdf
commit e3d0f571d2

View File

@ -28,7 +28,8 @@
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
.task-info { .task-info,
.task-dialog {
.head { .head {
position: sticky; position: sticky;
top: 0; top: 0;
@ -42,6 +43,7 @@
.task-dialog { .task-dialog {
padding-bottom: calc(var(--navigation-bar-height) + 20px); padding-bottom: calc(var(--navigation-bar-height) + 20px);
margin-top: 4px;
} }
} }
} }