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

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sticcino
User
Posts: 1043

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

Post by sticcino »

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


danielc
User
Posts: 1601

Post 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"


sticcino
User
Posts: 1043

Post by sticcino »

thanks, i'll give that a try


Post Reply