1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-12 18:05:05 +00:00

Merge pull request from haiwen/optimize/selection_ui_on_safari

disable text selection in grid view
This commit is contained in:
Michael An 2025-04-19 09:43:05 +08:00 committed by GitHub
commit de09b014a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@
flex-wrap: wrap;
flex: 1;
align-content: flex-start;
user-select: none;
-webkit-user-select: none;
}
.grid-item {