From: cash Date: Mon, 22 Nov 2010 00:58:59 +0000 (+0000) Subject: widgets should not have content outside their container X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f2b91ade6ba9dfae5926015074d9e500484055b1;p=lorea%2Felgg.git widgets should not have content outside their container git-svn-id: http://code.elgg.org/elgg/trunk@7408 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css.php b/views/default/css.php index 97748b7ab..0075ae64b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -955,6 +955,7 @@ a.widget_edit_button:hover, a.widget_delete_button:hover { .widget_container { background-color: white; width: 100%; + overflow: hidden; } .widget_edit { display: none;