disable responsive design in an addon?

Jaxel

Well-known member
My XenTorneo addon is primarily built on spreadsheets... It's not really conducive to responsive design. Is there a way to disable responsive design in an addon?
 
It can be done for pages/templates using: <xen:container var="$noResponsive">1</xen:container>
 
Top Bottom