diff --git a/Services/WebDriver/main.cpp b/Services/WebDriver/main.cpp index 73346998f1b..1701d49d002 100644 --- a/Services/WebDriver/main.cpp +++ b/Services/WebDriver/main.cpp @@ -49,6 +49,7 @@ static Vector create_arguments(ByteString const& socket_path, bool f arguments.append("--allow-popups"sv); arguments.append("--force-new-process"sv); arguments.append("--enable-autoplay"sv); + arguments.append("--disable-scrollbar-painting"sv); if (force_cpu_painting) arguments.append("--force-cpu-painting"sv);