Remove absolute positioning for top tabs.

This was causing the "more" menu to be ppositioned without taking the
tabs into account.
This commit is contained in:
Max Goodman
2013-05-02 18:07:07 -07:00
parent 3657e2f93d
commit ab5700c1f7

View File

@@ -6931,11 +6931,6 @@ body.with-listing-chooser {
position: relative;
& #header .tabmenu {
position: absolute;
margin-left: -2px;
left: 130px;
bottom: 0;
li:first-child.selected {
margin-left: 2px;
}