Skip to content

Commit

Permalink
[xulrunner] Make frame scrollbar invisible.
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed Feb 26, 2014
1 parent 54ef028 commit 05a3364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedding/embedlite/tests/content/embedScrollStyles.css
Expand Up @@ -19,6 +19,8 @@ html xul|scrollbar {
z-index: 2147483647;
pointer-events: none;
opacity: 1;
/* make frame scrollbar invisible until bug 977015 is fixed */
display: none;
}

xul|scrollbar[orient="vertical"] {
Expand Down

0 comments on commit 05a3364

Please sign in to comment.