Allow Chrome to "select things", drop Android workarounds right now
This commit is contained in:
parent
fc85dface1
commit
d963fdf02c
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue