diff --git a/less/print.less b/less/print.less
index 2a5b154fe0ea6aa3501a775836646159f7aa8d4c..6362129e594e99a30ac09af5e63368893d99a7c7 100644
--- a/less/print.less
+++ b/less/print.less
@@ -66,6 +66,12 @@
     page-break-after: avoid;
   }
 
+  // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
+  // Once fixed, we can just straight up remove this.
+  select {
+    background: white !important;
+  }
+
   // Bootstrap components
   .navbar {
     display: none;