feat: define drag areas in electron
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
}
|
||||
}
|
||||
@layer utilities {
|
||||
/* for electron */
|
||||
.app-drag {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
.app-no-drag {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
/* word break */
|
||||
.wb {
|
||||
word-break: break-word;
|
||||
|
||||
Reference in New Issue
Block a user