Allow Chrome to "select things", drop Android workarounds right now

This commit is contained in:
Thomas Gelf 2014-03-07 09:22:31 +00:00
parent fc85dface1
commit d963fdf02c
1 changed files with 0 additions and 9 deletions

View File

@ -4,15 +4,6 @@
font-size: 100%;
}
body {
/* Android fixed bullshit */
-webkit-user-select:none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow-y: visible !important;
/* end of bullshit */
}
html, body {
height: 100%;
}