When deleting records, the confirmation message shows up at the bottom of the screen. If the number of records are large the user has to scroll through the entire set of queries to confirm it. It would be better if we could display a confirmation message at the top as well as bottom so that user can quickly confirm whether he wants to execute the queries or not.
https://github.com/phpmyadmin/phpmyadmin/pull/990 a fix for the same.
Done with https://github.com/phpmyadmin/phpmyadmin/pull/995.