Hotfix iOS sign in issues (maybe)

This commit is contained in:
Stefan Zermatten
2018-10-04 10:05:02 +02:00
parent f5a32cb50a
commit 1c00f5aa04
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*
* iOS doens't believe in click events for some elements.
* This is here to convince it to allow buttons to be clickable
*/
button {
cursor: pointer;
}