Issue #2535122 by droplet: Autocomplete suggestions in modal clipped due to overflow: hidden
parent
cf50ec37e1
commit
6b4e86d4a8
|
@ -7,9 +7,6 @@
|
|||
border: 0;
|
||||
position: absolute;
|
||||
z-index: 1260;
|
||||
/* jQuery UI modals crash in Firefox unless overflow is set to hidden.
|
||||
See: https://www.drupal.org/node/2423781 */
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
@media all and (max-width: 48em) { /* 768px */
|
||||
|
|
Loading…
Reference in New Issue