I am using HTML5 validation "required" but bubble message is creating scrollbar in my screen because input field size is small and on right side.
So I want to change the bubble message to display left side to input field or change the style of it.
HTML5 Form
<form>
<input type="text" required value="" style="float:right"/>
<input type="submit" value="Submit" />
</form>
http://jsfiddle.net/bhumi/4ty922h9/
How can I change the message display style?