Forum Moderators: open
I'm not thrilled that REPORT MESSAGE is hidden (for the noscript/no js guys
Sorry, the lack of javascript is such a minority, although a vocal one, but the majority of the world runs javascript. All the moms, pops, kids, except a few techies that don't like it not only love it but embrace it and demand more of it. Facebook is barely usable without javascript and some sites just flat kick the the page and go "THIS PAGE REQUIRES JAVASCRIPT" otherwise you get nothing so we didn't go that extreme, but we're heading deeper into javascript, not less.
.no-js .dropdown-menu {
position: relative;
display: block;
}
Unless, of course, you're also doing box-sizing: border-box (which I highly recommend).
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}