feat(calendar_view): disable user selection

This commit is contained in:
Elian Doran 2025-02-15 10:23:57 +02:00
parent 462a2713a2
commit fd22d05d9b
No known key found for this signature in database

View File

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