diff --git a/common/style/reset.css b/common/style/reset.css index bbb9eb5..8355389 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -13,6 +13,12 @@ -webkit-font-smoothing: antialiased; } +body, html { + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], textarea, select{ -webkit-appearance: none; appearance: none;