mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-12 18:05:05 +00:00
Merge pull request #7744 from haiwen/optimize/selection_ui_on_safari
disable text selection in grid view
This commit is contained in:
commit
de09b014a0
@ -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