Skip to content

Fix #20064 - Fix sliding message container overlapping page content#20269

Merged
williamdes merged 3 commits intophpmyadmin:masterfrom
predictor2718:fix/20064-sliding-message-overlap
Apr 9, 2026
Merged

Fix #20064 - Fix sliding message container overlapping page content#20269
williamdes merged 3 commits intophpmyadmin:masterfrom
predictor2718:fix/20064-sliding-message-overlap

Conversation

@predictor2718
Copy link
Copy Markdown
Contributor

Description

  • Changed #PMA_slidingMessage from <span class="d-inline-block"> to <div class="position-relative"> with z-index:1 to establish proper stacking context above Bootstrap's .input-group elements
  • After slide animation completes, set height to auto on both the container and inner div so content can resize naturally (e.g. when using "Edit inline" to expand the CodeMirror editor)
  • Previously the animation left a fixed pixel height, preventing the container from growing when content changed

Fixes #20064.
Fixes #18923.

… content

Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 5, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

…age element

Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com>
@williamdes williamdes added this to the 6.0.0 milestone Apr 6, 2026
Copy link
Copy Markdown
Member

@williamdes williamdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff looks good

@williamdes williamdes self-assigned this Apr 9, 2026
@williamdes williamdes merged commit c6a7f7f into phpmyadmin:master Apr 9, 2026
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[6.0]: Routines container fails to push downward during SQL editing Elements aren't moving when editor is resized on Routines, Events, Triggers

2 participants