Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

ObjectPanel overflow #6

Open
jan-herman opened this issue Feb 24, 2019 · 0 comments
Open

ObjectPanel overflow #6

jan-herman opened this issue Feb 24, 2019 · 0 comments

Comments

@jan-herman
Copy link

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant