Unverified Commit 73f695bd authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3215517 by Gauravmahlawat, sagarchauhan, jeremyvii, bkosborne:...

Issue #3215517 by Gauravmahlawat, sagarchauhan, jeremyvii, bkosborne: Multi-select (combobox) list items "escape" bounding box in off-canvas forms in Chrome
parent 71b2c04f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -647,6 +647,10 @@
  resize: vertical;
}

#drupal-off-canvas select[multiple] {
  overflow: auto;
}

#drupal-off-canvas optgroup {
  color: black;
  font-weight: normal;
+3 −0
Original line number Diff line number Diff line
@@ -444,6 +444,9 @@
  min-height: 40px;
  resize: vertical;
}
#drupal-off-canvas select[multiple] {
  overflow: auto;
}
#drupal-off-canvas optgroup {
  color: black;
  font-weight: normal;
+4 −0
Original line number Diff line number Diff line
@@ -647,6 +647,10 @@
  resize: vertical;
}

#drupal-off-canvas select[multiple] {
  overflow: auto;
}

#drupal-off-canvas optgroup {
  color: black;
  font-weight: normal;
+3 −0
Original line number Diff line number Diff line
@@ -444,6 +444,9 @@
  min-height: 40px;
  resize: vertical;
}
#drupal-off-canvas select[multiple] {
  overflow: auto;
}
#drupal-off-canvas optgroup {
  color: black;
  font-weight: normal;
+4 −0
Original line number Diff line number Diff line
@@ -647,6 +647,10 @@
  resize: vertical;
}

#drupal-off-canvas select[multiple] {
  overflow: auto;
}

#drupal-off-canvas optgroup {
  color: black;
  font-weight: normal;
Loading