-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Container resize handle to Pointer Events (#319)
* Migrate Container to Pointer Events * Lint fix * Revert changes to resize function
- Loading branch information
1 parent
77ca395
commit 84487c9
Showing
2 changed files
with
24 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
z-index: 1; | ||
opacity: 0; | ||
background-color: transparent; | ||
touch-action: none; | ||
|
||
&:hover { | ||
opacity: 1; | ||
|