When this userstyle is applied (active in Stylish), focusing the browse button AFRER focusing the "text field" (what makes it disappear) will crash (my) Firefox (2.0.0.8; win XP).

@namespace url(http://www.w3.org/1999/xhtml);
html body input[type="text"]:focus {
 overflow: auto;
}