Issue #2535122 by droplet: Autocomplete suggestions in modal clipped due to overflow: hidden

8.0.x
Alex Pott 2015-08-06 13:31:41 +01:00
parent cf50ec37e1
commit 6b4e86d4a8
1 changed files with 0 additions and 3 deletions

View File

@ -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 */