From 2e252c26471e37c3873470381c9cd96f9c4f1d1d Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 24 Feb 2014 12:47:02 -0800 Subject: [PATCH] fixed scrollbars further --- app/assets/stylesheets/application.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 69c201ea..ca718ad2 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -91,6 +91,11 @@ body, overflow:hidden; } +/* scrollbar override */ +.mCSB_container { + margin-right: 15px !important; +} + html { } @@ -1291,7 +1296,7 @@ left: 13px; #cards { height:100%; - width:820px; + width:805px; margin:0 auto; }