1. Hi there, Guest

    Only registered users can really experience what DLP has to offer. Many forums are only accessible if you have an account. Why don't you register?
    Dismiss Notice

Resolved Threadmarks Suggestion

Discussion in 'Site Related Support' started by Nuit, May 3, 2016.

  1. Nuit

    Nuit Dark Lord

    Joined:
    Feb 14, 2010
    Messages:
    1,934
    Location:
    The Peach State
    For threads with tons of chapters and therefore Threadmarks, could there be a max height and overflow-y: scroll added to the Threadmarks.

    Something like:

    Code:
    div#threadmarks_menu {
        overflow-y: scroll;
        max-height: 250px;
    }
    [​IMG]
     
    Last edited by a moderator: May 3, 2016
  2. Alindrome

    Alindrome A bigger, darker mark DLP Supporter Retired Staff

    Joined:
    Apr 9, 2009
    Messages:
    2,771
    Gender:
    Female
    Location:
    England
    Good idea. Added. :)