Bug 886281 - Constrain the absolutely positioned glass fog using overflow-y: hidden to avoid overlapping layers, r=jaws

This commit is contained in:
Gijs Kruitbosch 2013-07-01 03:00:34 +02:00
parent a40d4e7c1a
commit f2a34cc662

View File

@ -244,6 +244,11 @@
z-index: -1;
}
/* Need to constrain the glass fog to avoid overlapping layers, see bug 886281. */
#navigator-toolbox:not(:-moz-lwtheme) {
overflow-y: hidden;
}
#main-window[sizemode=normal] .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox > .scrollbox-innerbox:not(:-moz-lwtheme) {
position: relative;
}