From f0eaee1739fb986727a65a1d3acfbeaa5d9d8539 Mon Sep 17 00:00:00 2001 From: Chenjianyu Date: Wed, 6 Apr 2022 17:04:36 +0800 Subject: [PATCH] * Fix bug #52077, overwrite .main-actions-holder style to block infinite scrolling. --- module/common/view/header.lite.html.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php index 807b39b71c..8b56cc839c 100755 --- a/module/common/view/header.lite.html.php +++ b/module/common/view/header.lite.html.php @@ -88,3 +88,8 @@ if(file_exists($xuanExtFile)) include $xuanExtFile; +app->getViewType() == 'xhtml'):?> + + \ No newline at end of file