From 8aa502b734c9d94aa8fac501996c8e7aeae7c09c Mon Sep 17 00:00:00 2001 From: mapleafgo Date: Mon, 30 Dec 2024 14:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E6=89=93=E5=BC=80?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=9A=90=E8=97=8F=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/browser/browser.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/browser/browser.go b/pkg/browser/browser.go index 4dc3b0e..d1073b5 100644 --- a/pkg/browser/browser.go +++ b/pkg/browser/browser.go @@ -15,6 +15,7 @@ func OpenApp(c context.Context, url string) { l := launcher.NewAppMode(url). Delete(flags.Env). Set("kiosk"). + Set("hide-scrollbars"). Delete("disable-site-isolation-trials"). Bin(path) p := l.MustLaunch()