Skip to content

Commit

Permalink
CSS Hack to fix safari text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 16, 2021
1 parent 655f9ef commit b435928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#drag-area {
-webkit-app-region: drag;
}
input[type=text] {
-webkit-user-select: text !important;
}
</style>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<link rel="shortcut icon" id="favicon" href="/favicon.png">
Expand Down

0 comments on commit b435928

Please sign in to comment.