-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win10 drag-dot no hover style #6
Comments
What if we wrap the drag area with a normal dom and let it handle the hover? |
maybe that would work.. not quire sure how to wrap it, the dragable area needs to stay the same size also the hover effect.. but if they are on top of each other, it would not work.. |
Let's say: <div class="wrapper w-10 h-10 rounded-full hover:bg-gray-400">
<div class="draggable w-10 h-10"/>
</div> Would that work? |
no that would not work. my understanding: for elements with |
since setting frameless for win10 is require, all elements with
-webkit-app-region:drag;
, will not receive any mouse events.:hover
styles do not work.have to find a solution sometime. just add this as tracking and reminder.. Also dragging works, just no hover background only win10
The text was updated successfully, but these errors were encountered: