Forums

Getting the wordpress dashboard side bar to expand to full screen (1 post)

  1. Paat
    Member
    Posted 8 months ago #

    I'm coding a plugin for wordpress, where my plugin will, on the plugin page, display a table listing all these occurences. This list can become quite long and will surpass the length of the predefined height of the wordpress sidebar, making that the wordpress dashboard cuts through my table - it's obvious that it doesn't expand to the full length of the document, but I checked the .css styling and all the relevent elements (body, wpwrap, etc) are all at 100% height - is this because the styling is applied to the page before the PHP that is produced from my plugin is echo'd onto my page?

    Is there a way without intruding the styling of wordpress to allow it to expand to the full height of my plugin page, allowing its height not to be static in length?

    Thanks.

Reply

You must log in to post.

About this Topic