The problem with clicking is z-index, this line fixes the problem:
<div style=”position: absolute; width: 100%; height: 34px; background: lightgrey; z-index: 1″>
I’m still curious if there’s a better way to do the toolbar, or if you have any suggestions.