mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
8 lines
314 B
HTML
8 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html style="writing-mode:vertical-rl;">
|
|
<body>
|
|
<input type="text" style="-moz-appearance:none; height:200px;" value="123">
|
|
<!-- div to cover spin box area -->
|
|
<div style="position:absolute; background-color:black; width:100px; height:200px; top:100px; right:0px;">
|
|
</body>
|
|
</html>
|