* [misc,0.5h] revert mr-2 class for model-body, it cause scrollbar position error.
This commit is contained in:
@@ -93,7 +93,7 @@ class modalDialog extends wg
|
||||
$hookContent = $this->prop('hookContent', !context()->hookContentCalled);
|
||||
return div
|
||||
(
|
||||
setClass('modal-body scrollbar-hover mr-2', $this->prop('bodyClass')),
|
||||
setClass('modal-body scrollbar-hover', $this->prop('bodyClass')),
|
||||
set($this->prop('bodyProps')),
|
||||
$this->children(),
|
||||
$rawContent ? rawContent() : null,
|
||||
|
||||
Reference in New Issue
Block a user