diff --git a/UI/.idea/dictionaries/Keivan_Beigi.xml b/UI/.idea/dictionaries/Keivan_Beigi.xml
index bedc2ddab..42d1a915f 100644
--- a/UI/.idea/dictionaries/Keivan_Beigi.xml
+++ b/UI/.idea/dictionaries/Keivan_Beigi.xml
@@ -1,6 +1,7 @@
 <component name="ProjectDictionaryState">
   <dictionary name="Keivan.Beigi">
     <words>
+      <w>backgrid</w>
       <w>bnzbd</w>
       <w>clickable</w>
       <w>mouseenter</w>
diff --git a/UI/Content/Bootstrap/bootstrap.less b/UI/Content/Bootstrap/bootstrap.less
index 6eddc678a..d2d46584b 100644
--- a/UI/Content/Bootstrap/bootstrap.less
+++ b/UI/Content/Bootstrap/bootstrap.less
@@ -1,5 +1,5 @@
 /*!
- * Bootstrap v2.3.0
+ * Bootstrap v2.3.2
  *
  * Copyright 2012 Twitter, Inc
  * Licensed under the Apache License v2.0
diff --git a/UI/Content/Bootstrap/dropdowns.less b/UI/Content/Bootstrap/dropdowns.less
index bbfe3fd3e..9e47b4715 100644
--- a/UI/Content/Bootstrap/dropdowns.less
+++ b/UI/Content/Bootstrap/dropdowns.less
@@ -135,6 +135,17 @@
   }
 }
 
+// Backdrop to catch body clicks on mobile, etc.
+// ---------------------------
+.dropdown-backdrop {
+  position: fixed;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  top: 0;
+  z-index: @zindexDropdown - 10;
+}
+
 // Right aligned dropdowns
 // ---------------------------
 .pull-right > .dropdown-menu {