mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
disable text selection in grid view
This commit is contained in:
parent
d7c3b459d2
commit
b3602c6fa5
@ -5,6 +5,8 @@
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
align-content: flex-start;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
|
Loading…
Reference in New Issue
Block a user