Skip to content

Commit

Permalink
Update WrapperHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BaleshSrle committed Mar 24, 2018
1 parent 8699de8 commit 90eccd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_wrapper/Helper/WrapperHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class WrapperHelper
public static function getParams(&$params)
{
$params->def('url', '');
$params->def('scrolling', 'auto');
$params->def('overflow', 'auto');
$params->def('height', '200px');
$params->def('height_auto', '0');
$params->def('width', '100%');
Expand Down

0 comments on commit 90eccd4

Please sign in to comment.