From 5a28dd33df053b517ca34e579c403f72584d149a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 3 Nov 2015 11:13:48 -0500 Subject: [PATCH] Fixes #11633 CodeMirror tooltip shows below modal window Signed-off-by: Marc Delisle --- ChangeLog | 1 + themes/pmahomme/css/codemirror.css.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed2bc13cda..6191b2d7f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog - issue #11630 Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given - issue #11632 Exporting GIS visualization ignores start and row count - issue #11476 Errors instead of git info when PHP has no gzip support +- issue #11633 CodeMirror tooltip shows below modal window 4.5.1.0 (2015-10-23) - issue Invalid argument supplied for foreach() diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php index 8b3944334e..a7c6cb38ee 100644 --- a/themes/pmahomme/css/codemirror.css.php +++ b/themes/pmahomme/css/codemirror.css.php @@ -74,4 +74,7 @@ span.cm-number { } .CodeMirror-hints { z-index: 200; -} \ No newline at end of file +} +.CodeMirror-lint-tooltip { + z-index: 200; +}