diff options
-rw-r--r-- | view/css/mod_profile_photo.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_profile_photo.css b/view/css/mod_profile_photo.css index 98fdd4e91..3b5f7f321 100644 --- a/view/css/mod_profile_photo.css +++ b/view/css/mod_profile_photo.css @@ -10,3 +10,7 @@ #profile-photo-submit-wrapper { clear: both; } + +#profile-photo-wrapper { + overflow: hidden; +} |