update at 2026-03-04 13:25:26
This commit is contained in:
13
pxterm/test.html
Normal file
13
pxterm/test.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
div { user-select: text; -webkit-user-select: text; font-size: 30px;}
|
||||
span { pointer-events: none; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><span>Hello world with pointer events none</span></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user