-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi!
I could get Positionable to show up for sites that are online. But it doesn't react to my mouse at all when I have a local html file. I made this really simple test and Positionable is not loading when clicked for this page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#container { position: relative; }
.square{position: absolute; width: 200px; height: 200px; background-color: blueviolet;}
</style>
</head>
<body>
<div id="container">
<div class="square">Hello</div>
</div>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels