Viewing 1 replies (of 1 total)
  • Plugin Author hobbsh

    (@hobbsh)

    It looks like a CSS conflict/override with another selector statement in your main stylesheet. You also have a background image set in there which the below statement will get rid of.

    Go into the plugin CSS and ADD the following to the already present selector:

    #timeline ul li{
    overflow: visible;
    background: none;
    }

    Thanks for using my plugin!

    -Wylie

Viewing 1 replies (of 1 total)

The topic ‘scroll bar on left side’ is closed to new replies.