HTML5 Allow Input to site when canvas is not in focus

Hello There. I'm Testing out my game on a live webserver. I've run into a problem. I was creating some input boxes for page and i notice I cannot use any keyboard functions outside of the Main Game canvas. It seems to block off all inputs when the canvas element is not active I'm assuming due to when the player uses the controls for the Game. But is there a way to prevent that action from occurring when the Canvas is not in focus so i can use the other features on the page?
 
Top