• Hi team!

    is there any way to make the days/dates on the top row of the schedule sticky? so as the user scrolls down they are always visible at the top of the screen?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support dimned

    (@dimned)

    Hi @4mulator,

    As a rule, this style can be used but it does not seem to work on your site

    table.mptt-shortcode-table thead th {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 99;
    }

    You may try using third-party plugins like Sticky Anything on scroll

Viewing 1 replies (of 1 total)

The topic ‘Sticky Dates’ is closed to new replies.