diff options
author | zottel <github@zottel.net> | 2011-12-02 08:02:10 -0800 |
---|---|---|
committer | zottel <github@zottel.net> | 2011-12-02 08:02:10 -0800 |
commit | 5dcce839277d3e057c828f8d6102c0854a6eec8b (patch) | |
tree | f3b21d9cb45fa32d6ca7ce462ce4a22bffa2832d /view | |
parent | e36bdd5c8901803996e8c24b05efebe03e5175c2 (diff) | |
download | volse-hubzilla-5dcce839277d3e057c828f8d6102c0854a6eec8b.tar.gz volse-hubzilla-5dcce839277d3e057c828f8d6102c0854a6eec8b.tar.bz2 volse-hubzilla-5dcce839277d3e057c828f8d6102c0854a6eec8b.zip |
Take out overflow: hidden; from .wall-item-outside-wrapper to fix
problem with photo-menu being cut off.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 971ad2431..44272a9c2 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;} |