I have Blockly running in an iFrame (inside CODAP). As shown in the "Before click" screen capture, there is a boolean value in the workspace. When I click on the popup to change the boolean to false, the entire iFrame shifts to the left by the width of the blocklyToolboxDiv as shown in the "After click" screen capture. I need to prevent this, of course.
I've studied the html and css pretty carefully, but I can't figure out what is causing the shift or how to prevent it.
Thanks in advance for any help!
Bill