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

1
app/.gitignore vendored
View File

@@ -4,6 +4,7 @@
settings.json
public/components
public/_imports.html
private/oldClient
nohup.out
node_modules
dump

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;
}