On Panels Content screen, bottom of ctools dropdown is not fully visible for bottom panels. Brute-forced a solution by adding a bottom margin of 200px to this page like so:

.logged-in.page-node-panel-content.node-type-panel .page .main-content {
  margin-bottom: 200px;
}

I'm sure there is a more elegant solution though.

Comments

jpamental’s picture

Status: Active » Closed (won't fix)

It's such an old version of the theme I don't think it's worth it to try and alter. I don't use Panels so I'm not as familiar, but the newer version of the theme is much more flexible with less to override.