From 346f7414e4ba8ed39b0ecb02a6d0d23889ba0635 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 1 Nov 2016 20:09:31 -0400 Subject: [PATCH] Fix overflow sidebar and map --- app/styles/main.scss | 5 ++++- npm-debug.log | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 npm-debug.log diff --git a/app/styles/main.scss b/app/styles/main.scss index ec36ac9..9ec2f4d 100644 --- a/app/styles/main.scss +++ b/app/styles/main.scss @@ -200,7 +200,10 @@ main > .row { -#map { min-height: 100vh; } +#map, .col-sm-8{ + min-height: 100vh; + overflow: visible !important; //overwrites bootstrap class ".col-sm-8" +} #early-voting { diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..90ef096 --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,40 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ] +2 info using npm@2.15.8 +3 info using node@v4.4.7 +4 verbose run-script [ 'prestart', 'start', 'poststart' ] +5 info prestart cambridge-voting-locations@0.0.1 +6 info start cambridge-voting-locations@0.0.1 +7 verbose unsafe-perm in lifecycle true +8 info cambridge-voting-locations@0.0.1 Failed to exec start script +9 verbose stack Error: cambridge-voting-locations@0.0.1 start: `grunt server` +9 verbose stack Exit status 1 +9 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:217:16) +9 verbose stack at emitTwo (events.js:87:13) +9 verbose stack at EventEmitter.emit (events.js:172:7) +9 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14) +9 verbose stack at emitTwo (events.js:87:13) +9 verbose stack at ChildProcess.emit (events.js:172:7) +9 verbose stack at maybeClose (internal/child_process.js:827:16) +9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) +10 verbose pkgid cambridge-voting-locations@0.0.1 +11 verbose cwd /Users/tiagocosta/Dropbox/Code/Projects/codeforboston/cambridge_voting_locations +12 error Darwin 15.6.0 +13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" +14 error node v4.4.7 +15 error npm v2.15.8 +16 error code ELIFECYCLE +17 error cambridge-voting-locations@0.0.1 start: `grunt server` +17 error Exit status 1 +18 error Failed at the cambridge-voting-locations@0.0.1 start script 'grunt server'. +18 error This is most likely a problem with the cambridge-voting-locations package, +18 error not with npm itself. +18 error Tell the author that this fails on your system: +18 error grunt server +18 error You can get information on how to open an issue for this project with: +18 error npm bugs cambridge-voting-locations +18 error Or if that isn't available, you can get their info via: +18 error +18 error npm owner ls cambridge-voting-locations +18 error There is likely additional logging output above. +19 verbose exit [ 1, true ]