When you add a code module with a bottom box shadow, there is a white border between the content (like a Google maps iframe) and the box shadow. This is caused by the default line height.
There is no setting in the text module to change that, so you need to add the following custom css to the modules main element:
line-height:0;
Code language: CSS (css)