Fixed the scrollbar height for xp sp3 ie6

set 'font-size:0' for the scrollbar
This commit is contained in:
maoziliang 2013-06-11 23:48:36 +08:00 committed by Hyunje Alex Jun
parent a52d55957d
commit e833f42d02

View File

@ -14,6 +14,10 @@
transition: opacity .2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container:hover .ps-scrollbar-x,
.ps-container.hover .ps-scrollbar-x {
opacity: 0.6;
@ -48,6 +52,10 @@
transition: opacity .2s linear;
}
.ps-container.ie .ps-scrollbar-y {
font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container:hover .ps-scrollbar-y,
.ps-container.hover .ps-scrollbar-y {
opacity: 0.6;