Forums

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

Home Forums CSS -webkit-transform rotate adds vertical scrollbar

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #185911
    onurcan1977
    Participant

    Hello, I’m trying to rotate some text but when I make it, it adds vertical scrollbar. Heres my code:

    table.alt tr td.verticalText {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    }

    I tried to save jsfiddle but it adds only horizontal scrollbar

    How can I hide the vertical scrollbar?

    #185912
    Paulie_D
    Member

    We need to see it in action…Codepen.io example perhaps?

    https://css-tricks.com/rotated-table-column-headers/

    #185913
    onurcan1977
    Participant

    thanks for the reply. I saved it: http://codepen.io/anon/pen/Bpyfl

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.