From f9151a771b7f442073a39fc7b782588f7d7cc67b Mon Sep 17 00:00:00 2001 From: life Date: Mon, 26 Dec 2016 16:54:35 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=A7=A3=E5=86=B3windows=E4=B8=8BPgDown,=20?= =?UTF-8?q?PgUp=E5=AF=BC=E8=87=B4=E8=A7=86=E5=9B=BE=E4=B8=8A=E7=A7=BB?= =?UTF-8?q?=E5=B7=A6=E5=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/windows.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/windows.less b/public/css/windows.less index c66a72a7..0af8ab82 100644 --- a/public/css/windows.less +++ b/public/css/windows.less @@ -19,4 +19,9 @@ html, body { overflow: hidden; border-radius: 0; background-color: rgba(247, 249, 250, 0.99); +} + +// 解决windows下PgDown, PgUp导致视图上移左偏 +#topDrag2 { + display: none; } \ No newline at end of file