diff --git a/less/print.less b/less/print.less index 2a5b154fe0ea..07277a3ca66b 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: #fff !important; + } + // Bootstrap components .navbar { display: none;