1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-14 21:23:50 +00:00

disable text selection in grid view

This commit is contained in:
zhouwenxuan 2025-04-18 17:32:52 +08:00
parent d7c3b459d2
commit b3602c6fa5

View File

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