WP-Tracy
WP-Tracy copied to clipboard
ObjectPanel overflow
Panels with Objects are not scrollable and overflow their parent container. Guess the default markup changed at some point. Anyway there is an easy fix.
In wppanelbase.class.php change markup from:
<div class="nette-inner">
</div>
to:
<div class="tracy-inner">
<div class="tracy-inner-container">
</div>
</div>