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