WP-Tracy icon indicating copy to clipboard operation
WP-Tracy copied to clipboard

ObjectPanel overflow

Open jan-herman opened this issue 6 years ago • 0 comments

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>

jan-herman avatar Feb 24 '19 08:02 jan-herman