I am calling the SC.askforValue convenience method and the string I am giving it is longer than the window which causes the window to expand to fit the text, rather than wrapping the text to fit inside the window. When the window expands the cross or closing button in the top right does not move which results in the close button not being where it's supposed to be. This can be seen in the screenshot attached. *Note* I blacked out the text myself after taking the screenshot. The important part is the position of the close button at the top. Is this caused by my CSS or is this how it is supposed to work? I can not see anything in my CSS that would cause this. Is there any way that I can fix this? I can put <br />'s in my text, but I'd rather have it wrap automatically.
Thanks in advance for the help
Thanks in advance for the help
Comment