mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fixing multi select on chromium ubuntu by setting background color explicitly
This commit is contained in:
@@ -97,6 +97,7 @@ input[type=file] {
|
||||
|
||||
// Make multiple select elements height not fixed
|
||||
select[multiple] {
|
||||
background-color: @white; // Fixes Chromium bug?
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user