feat(calendar_view): disable user selection

pull/1183/head
Elian Doran 2025-02-15 10:23:57 +07:00
parent 462a2713a2
commit fd22d05d9b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -7,6 +7,7 @@ const TPL = `
overflow: hidden;
position: relative;
height: 100%;
user-select: none;
}
</style>