Chromium Code Reviews| Index: client/touch/Scrollbar.dart |
| diff --git a/client/touch/Scrollbar.dart b/client/touch/Scrollbar.dart |
| index 16da957d2f8e396853080de025a09606f6ded9a9..ea57218e44513de14fcea69e7c9d4a22b999ddca 100644 |
| --- a/client/touch/Scrollbar.dart |
| +++ b/client/touch/Scrollbar.dart |
| @@ -298,7 +298,7 @@ class Scrollbar implements ScrollListener { |
| if (show) { |
| element.style.removeProperty("opacity"); |
| } else { |
| - Css.setOpacity(element.style, '0'); |
| + element.style.opacity = '0'; |
| } |
| } |