mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
adjust rules for user selection (#723)
This commit is contained in:
parent
7299bcefb2
commit
903d1479a4
@ -107,6 +107,7 @@ export const DraggableItems = <K extends string, T extends SortableItem<K>>({
|
||||
{open && (
|
||||
<Reorder.Group
|
||||
axis="y"
|
||||
style={{ userSelect: 'none' }}
|
||||
values={localItems}
|
||||
onReorder={setLocalItems}
|
||||
>
|
||||
|
@ -22,7 +22,6 @@ html {
|
||||
background: var(--content-bg);
|
||||
font-family: var(--content-font-family);
|
||||
font-size: var(--root-font-size);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 639px) {
|
||||
|
Loading…
Reference in New Issue
Block a user