From 9421b34bfc98a62556e39622d771764c3dc3b446 Mon Sep 17 00:00:00 2001 From: Karen Date: Sat, 15 Oct 2011 22:04:39 +0530 Subject: [PATCH] added overflow auto to modules div --- best/static/rapidsms/stylesheets/modules.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best/static/rapidsms/stylesheets/modules.css b/best/static/rapidsms/stylesheets/modules.css index 271a5d4..ad4f3bf 100644 --- a/best/static/rapidsms/stylesheets/modules.css +++ b/best/static/rapidsms/stylesheets/modules.css @@ -7,7 +7,7 @@ div.module { margin-top: 2em; position: relative; - + overflow:auto; } div.module div.module {