From 028898f5409bf5402643847ee7b40e088d5f0d85 Mon Sep 17 00:00:00 2001 From: Martii Date: Thu, 15 Jan 2015 14:18:35 -0700 Subject: [PATCH] Update bootstrap dep to latest * `z-index` was the culprit for previously mentioned modal failure * Watchpoint for *bootstrap* 3.1.1 changes to 3.3.1 ... if necessary will swap out entire modal sections of CSS with upstream as they do work and are more compact but reserving that task for #249 Closes #379 --- package.json | 2 +- public/css/bootstrap-custom.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 310053ee9..788fe9d83 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "async": "0.9.0", "aws-sdk": "2.0.21", "body-parser": "1.10.1", - "bootstrap": "3.1.1", + "bootstrap": "3.3.1", "bootstrap-markdown": "2.8.0", "compression": "1.3.0", "connect-mongo": "0.6.0", diff --git a/public/css/bootstrap-custom.css b/public/css/bootstrap-custom.css index c28adf9d2..8b6a91a14 100644 --- a/public/css/bootstrap-custom.css +++ b/public/css/bootstrap-custom.css @@ -5146,7 +5146,6 @@ button.close { right: 0; bottom: 0; left: 0; - z-index: 1040; background-color: #000000; } .modal-backdrop.fade {