feat(nc-gui): add grabbing

This commit is contained in:
Wing-Kam Wong
2022-09-28 12:28:09 +08:00
parent 2a2a6c253d
commit 7faacd3336
2 changed files with 11 additions and 0 deletions

View File

@@ -22,4 +22,11 @@ Apply Vazirmatn for rtl
.rtl .v-application .ml-n1 {
margin-left: 0px !important;
}
/*
For Drag and Drop
*/
.grabbing * {
cursor: grabbing;
}