Assigned Threads widgets always show scrollbars

Discussion in '[bd] Widget Framework' started by alfa1, Feb 3, 2016.

  1. alfa1

    alfa1 Active Member

    In default style the threads widget alwasy shows scrollbars. Thsi was not the case in WS 2.5 but is an issue in 2.6
     
    Maestro2k5 likes this.
  2. tmc

    tmc New Member

    This can be fixed fairly simply by editing template wf_threads.css and changing
    Code:
    .WidgetFramework_WidgetRenderer_Threads .discussionList
    {
       overflow: scroll;
       width: 100%:
    }
    .WidgetFramework_WidgetRenderer_Threads .DiscussionList
    {
       min-width: 450px;
       width: 100%;
    }
    
    to just
    Code:
    .WidgetFramework_WidgetRenderer_Threads .DiscussionList
    {
       width: 100%;
    }
    
    Same thing was happening on older 2.6.0-dev releases too and that's how I fixed it then.
     
    xfrocks, alfa1 and GEORGiOBBLOVER like this.
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @tmc This has been fixed.
       
      RoldanLT and alfa1 like this.
      2
  3. alfa1

    alfa1 Active Member

    The new version does not resolve this.
     
  4. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Can you link me a page (here or via convo) with the thread widget that has always-on scroll bar?
     
  5. alfa1

    alfa1 Active Member

    This is fixed. After installing the new version the widget needs to be deleted and recreated.
     
Loading...