Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
6 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 73f695bd
    Issue #3215517 by Gauravmahlawat, sagarchauhan, jeremyvii, bkosborne:... · 73f695bd
    Lauri Timmanee authored
    Issue #3215517 by Gauravmahlawat, sagarchauhan, jeremyvii, bkosborne: Multi-select (combobox) list items "escape" bounding box in off-canvas forms in Chrome
@@ -647,6 +647,10 @@
@@ -647,6 +647,10 @@
resize: vertical;
resize: vertical;
}
}
 
#drupal-off-canvas select[multiple] {
 
overflow: auto;
 
}
 
#drupal-off-canvas optgroup {
#drupal-off-canvas optgroup {
color: black;
color: black;
font-weight: normal;
font-weight: normal;
Loading