From: zottel Date: Fri, 2 Dec 2011 16:02:10 +0000 (-0800) Subject: Take out overflow: hidden; from .wall-item-outside-wrapper to fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5dcce839277d3e057c828f8d6102c0854a6eec8b;p=friendica.git Take out overflow: hidden; from .wall-item-outside-wrapper to fix problem with photo-menu being cut off. --- diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 971ad24318..44272a9c28 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -883,7 +883,7 @@ profile-jot-banner-wrapper { margin-top: 20px; padding-right: 10px; padding-left: 12px; - overflow: hidden; +/* overflow: hidden; */ } .wall-item-outside-wrapper-end { clear: both;}