From a66fede72d88f7f6eb88718bdac11ac31b91fbe0 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 15 Oct 2014 21:34:32 -0600 Subject: [PATCH] wrapping fix --- system/assets/whoops.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/assets/whoops.css b/system/assets/whoops.css index 4e90ffc70..6362d527c 100644 --- a/system/assets/whoops.css +++ b/system/assets/whoops.css @@ -31,6 +31,11 @@ body .frame { border: 0; } +body .frames-container { + overflow-y: auto; + overflow-x: hidden; +} + body .active .frame-class { color: #E3D8E9; }