Skip to content

Commit

Permalink
Fixed input issue for chromium based browsers if font size is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
median-dispersion committed Aug 8, 2024
1 parent fe71f4c commit b884b22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Example/SuperSimpleFullScreenDragAndDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class SuperSimpleFullScreenDragAndDropJS extends EventTarget {
height: 100%;
left: 0;
top: 0;
font-size: 10px;
opacity: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion Release/mini_SuperSimpleFullScreenDragAndDrop.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b884b22

Please sign in to comment.