unwanted style attributes when using twebpanel

Hello TMS Team,


i checked out your xdata music demo, which works really nice!

i tried to add a custom template(https://themeforest.net/item/monster-admin-most-complete-bootstrap-4-admin-template/19941630) which works quite well, except that unwanted CSS Style Attributes will be added to the HTML Tag, where the the webpanel is mapped to.

For example:
Template:

	<!-- Page wrapper  -->
        <!-- ============================================================== -->
        <div id="page-wrap" class="page-wrapper">
            <!-- ============================================================== -->
        </div>

Rendered Output:
<div id="page-wrap" class="page-wrapper" zindex="0" style="outline: none; -webkit-tap-highlight-color: transparent; background-color: rgb(255, 255, 255); min-height: 1237px;"><!-- ============================================================== --></div>


i checked the attributes of the the Twebpanel, to find a way to suppress the CSS output, but i couldn't find one...

Please help

Thanks for reporting. We traced & solved this. The next update will address this.