Merge pull request #4623 from humhub/fix/mobileCropOverflow

Fixes image crop modal overflow on mobile
This commit is contained in:
Lucas Bartholemy 2020-11-10 18:28:15 +01:00 committed by GitHub
commit 1c85d032e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ $model->cropSetSelect = Json::decode('['.$cropSelect.']');
} }
</style> </style>
<div id="cropimage"> <div id="cropimage" style="overflow:hidden;">
<?= Html::img($profileImage->getUrl('_org'), ['id' => 'crop-profile-image']) ?> <?= Html::img($profileImage->getUrl('_org'), ['id' => 'crop-profile-image']) ?>
<?= JCropWidget::widget([ <?= JCropWidget::widget([