[FIX] put the scrollbar back in web/tests
[odoo/odoo.git] / addons / web_tests / static / src / css / web_tests.css
index 0d7aec3..4f7937d 100644 (file)
@@ -1,3 +1,7 @@
 .oe_bunchaforms > div {
     float: left;
 }
+
+body.openerp {
+       overflow: auto;
+}
\ No newline at end of file