mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 20:54:43 +00:00
Merge pull request #11248 from tagliala/chrome-osx-select-print
Chrome for OSX print issue with select tags
This commit is contained in:
commit
e9ca4fab13
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue