Page 1 of 1

Details overlay gets cut off on left side of screen (v10)

Posted: Mon Sep 09, 2013 9:00 pm
by sticcino

The overlay option does not resize itself correctly when displaying detail-forms, its bleeding off the left side of the screen


Re: Details overlay gets cut off on left side of screen (v10

Posted: Tue Sep 10, 2013 1:14 pm
by danielc

You may change the maximum width of overlay to limit the width to your requirement (ewpreview.min.js under phpjs folder).

code for set minimum width and maximum width:
...function(){var t=o.data("popover").tip().css({"min-width":"200px","max-width":"1000px"})... // change "max-width":"xxx"


Re: Details overlay gets cut off on left side of screen (v10

Posted: Wed Sep 11, 2013 9:36 am
by sticcino

thanks, i'll give that a try