Announcement

Collapse
No announcement yet.

Force Scroll Bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Force Scroll Bar

    How do i force the scroll bar to be displayed ( even if it is the empty light grey one ) when the page does not need to be scrolled so there isn't a white gap where it would be

    #2
    Hi there

    Edit your Actinic.css and put in the following code

    Code:
    html { overflow: scroll; }
    Please try this

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X