* zin: refactor modalDialog widget, only show scrollbar on hover modal content.

This commit is contained in:
sunhao
2023-10-07 14:40:42 +08:00
parent 7f28c272d7
commit cd3ce7d03f
+1 -2
View File
@@ -90,8 +90,7 @@ class modalDialog extends wg
$rawContent = $this->prop('rawContent', !zin::$rawContentCalled);
return div
(
setClass('modal-body', $this->prop('bodyClass')),
on::scroll('e.stopPropagation();'),
setClass('modal-body scrollbar-hover', $this->prop('bodyClass')),
set($this->prop('bodyProps')),
$this->children(),
$rawContent ? rawContent() : null,