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:
parent
d7c3b459d2
commit
b3602c6fa5
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user