#3589 closed defect (bug) (fixed)
text zoom disabled on all webkit browsers
Reported by: | calvinhsu | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Templates | Keywords: | |
Cc: |
Description
As mentioned in this post:
It is because of the following line in default.css
of bp-default template:
-webkit-text-size-adjust: none;
Some searching shows that it's intended for text-size controlling on mobile device and touch screen, but it also prevents text-zooming on desktop browsers.
Note: See
TracTickets for help on using
tickets.
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
}