From 36b9a87c1ead02174760ad6435ec3d8b6384a980 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Wed, 27 Nov 2013 19:22:10 +1000 Subject: [PATCH] fixed mouse wheel scrolling --- three_d_viewer/static/three_d_viewer/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 three_d_viewer/static/three_d_viewer/css/custom.css diff --git a/three_d_viewer/static/three_d_viewer/css/custom.css b/three_d_viewer/static/three_d_viewer/css/custom.css new file mode 100644 index 0000000..6a1acde --- /dev/null +++ b/three_d_viewer/static/three_d_viewer/css/custom.css @@ -0,0 +1,6 @@ +.my-fluid-container { + padding-left: 25px; + padding-right: 25px; + margin-left: auto; + margin-right: auto; +}