Hello, I am using the geckoFx web browser control and I am experiencing a problem while I am docking it with a toolstrip.

The toolstrip seems to overlap the browser and I don't want this.

I have:
Code:
myBrowser.Dock = DockStyle.Fill;
toolStrip.Dock = DockStyle.Top;
But it does not seem to work for me and it is causing the toolstrip to overlap the browser.

How could I fix this?