Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overflow sidebar and map #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
40 changes: 40 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -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.<anonymous> (/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.<anonymous> (/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 ]