Bug 965550 - Tab stip doesn't touch scroll if last tab is partially visible r=mbrubeck

--HG--
extra : rebase_source : 850ceaadc0eaf1dacfc367fa62d2ed34a4155b6e
This commit is contained in:
Rodrigo Silveira 2014-02-24 23:45:13 -08:00
parent ab64f1897d
commit 9d873280ff

View File

@ -127,6 +127,12 @@
height: @tabs_height@;
}
/* Hack for bug 965550 */
.tabs-scrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox {
-moz-padding-start: calc(2 * @tabs_scrollarrow_width@);
-moz-margin-start: calc(-2 * @tabs_scrollarrow_width@);
}
#tabs-container[viewstate="snapped"] {
visibility: hidden;
}