From 9d6754bf6d60b53662859300f8559cf6a9ea1b06 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 6 Jun 2016 08:31:42 -0400 Subject: [PATCH] prevent jittery ajaxify in ACP when switching from a short page to a long one --- public/less/admin/admin.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index d1364d5611..ed15e562e4 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -30,6 +30,9 @@ @import "./modules/snackbar"; @import "./modules/nprogress"; +body { + overflow-y: scroll; +} .admin { background: #fff;