Forums

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

Home Forums CSS fixed table header

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #234939
    matthisco
    Participant

    Hello,

    I am trying to create a fixed table header with a srolling tbody.

    I am trying to set the tbody styling using:

    .griddle-body tbody{
        height: 120px;
        overflow-y: auto;
    }
    

    I dont get any scroll bar though, can anyone please help?

    Here is my codepen:

    http://codepen.io/matthisco/pen/GpzvGa

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