mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge pull request #4623 from humhub/fix/mobileCropOverflow
Fixes image crop modal overflow on mobile
This commit is contained in:
commit
1c85d032e1
@ -63,7 +63,7 @@ $model->cropSetSelect = Json::decode('['.$cropSelect.']');
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="cropimage">
|
||||
<div id="cropimage" style="overflow:hidden;">
|
||||
<?= Html::img($profileImage->getUrl('_org'), ['id' => 'crop-profile-image']) ?>
|
||||
|
||||
<?= JCropWidget::widget([
|
||||
|
Loading…
x
Reference in New Issue
Block a user