| @@ -208,12 +208,8 @@ | ||
| 208 | 208 | } |
| 209 | 209 | |
| 210 | 210 | frmDom.autocomplete.initAutocomplete( 'page', dropdownWrapper ); |
| 211 | 211 | |
| 212 | - // Prevent cutoff issue with the autocomplete dropdown. | |
| 213 | - // This also adds visible overflow even if autocomplete is not activated, but that's fine for this page. | |
| 214 | - modal.querySelector( '.postbox' ).style.overflow = 'visible'; | |
| 215 | - | |
| 216 | 212 | function redirectToExistingPageWithInjectedShortcode( event ) { |
| 217 | 213 | event.preventDefault(); |
| 218 | 214 | |
| 219 | 215 | const pageDropdown = modal.querySelector( '[name="frm_page_dropdown"]' ); |