* Fix bug #52077, overwrite .main-actions-holder style to block infinite scrolling.

This commit is contained in:
Chenjianyu
2022-04-06 17:04:36 +08:00
parent a030e15375
commit f0eaee1739
+5
View File
@@ -88,3 +88,8 @@ if(file_exists($xuanExtFile)) include $xuanExtFile;
<?php else: ?>
<body class='<?php echo $singleClass;?>'>
<?php endif; ?>
<?php if($this->app->getViewType() == 'xhtml'):?>
<style>
.main-actions-holder {display: none !important;}
</style>
<?php endif;?>