Best I can do on that end is
div#story_taskbar {display: none !important;}
But this doesn’t actually free up that space. Now it’s just a black bar down there. I’m thinking removing it in this way isn’t quite enough, I’d need to manage the height of
.content-pane.ui-layout-container.ui-layout-pane.ui-layout-pane-center
But the height of .content-pane is already set to auto. I just can’t figure it out. Not a huge problem, just figured if you or anyone here could think of something off the tops of your heads. If not, probably not really worth spending time on.