Closed vatavale closed 8 years ago
You can <?php -ddd($variable) ?>
to clear output before dump and halt execution after it. Catering global Kint css to rare use cases is not the way to go unfortunately.
Ok. Thank you for advice. BTW I have bring Kint to front by adding:
.kint {
z-index:999;
position: relative;
}
in kint/view/base.less
Yeah and that is precisely what I meant. This change only fixes your highly specific situation and I'm very sure the position
rule introduces a bunch of new incompatibilities, but I'm glad it works for you.
I try to make simple changes in CSS, but with no results yet.