1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 02:51:00 +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: 1;
align-content: flex-start;
user-select: none;
-webkit-user-select: none;
}
.grid-item {