From 5dcce839277d3e057c828f8d6102c0854a6eec8b Mon Sep 17 00:00:00 2001 From: zottel Date: Fri, 2 Dec 2011 08:02:10 -0800 Subject: [PATCH] Take out overflow: hidden; from .wall-item-outside-wrapper to fix problem with photo-menu being cut off. --- view/theme/testbubble/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}