Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Make only div scrollable when using transform scale Reply To: Make only div scrollable when using transform scale

#297979
uxfed
Participant

Transform won’t work for zooming in the way you desire. You’d probably want to increase font-size when zooming. Its container should have overflow: auto; so a scroll bar will appear when there’s insufficient room for the content.