Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Website]: Fix demo-server-info panel rendering issue #2188

Merged

Conversation

hawkticehurst
Copy link
Contributor

@hawkticehurst hawkticehurst commented Jan 13, 2024

Description

This PR resolves #2187

Fixes a tiny visual bug on the docs website where the demo-server-info panel is not rendering above some example page content (namely the link emoji).

Before fix:

Screen Shot 2024-01-13 at 1 53 59 PM Screen Shot 2024-01-13 at 1 54 08 PM

After fix:

Screen Shot 2024-01-13 at 1 54 41 PM Screen Shot 2024-01-13 at 1 54 53 PM

Also, apologies if I'm jumping the gun by sending this PR before explicit approval of the issue I submitted. Since this was a one-line CSS fix, I thought it wouldn't hurt to just send in a PR at the same time as the issue.

If, in the future, you would like me to wait for explicit approval please let me know 😊

Checklist

  • I have read the contribution guidelines
  • I have targeted this PR against the correct branch (master for website changes, dev for
    source changes)
  • This is either a bugfix, a documentation update, or a new feature that has been explicitly
    approved via an issue
  • I ran the test suite locally (npm run test) and verified that it succeeded

@hawkticehurst hawkticehurst changed the title Fix demo-server-info panel rendering issue [Website]: Fix demo-server-info panel rendering issue Jan 13, 2024
Copy link
Collaborator

@alexpetros alexpetros left a comment

Choose a reason for hiding this comment

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

This kind of thing is totally fine to PR, the guidelines are stricter for the feature requests :)

@alexpetros alexpetros merged commit c44101e into bigskysoftware:master Jan 17, 2024
@hawkticehurst hawkticehurst deleted the demo-server-info-zindex branch January 17, 2024 18:06
@hawkticehurst
Copy link
Contributor Author

Okay great, I kind of figured but didn’t want to assume. Thanks for clarifying! 😊

lsymds pushed a commit to lsymds/htmx that referenced this pull request Jan 20, 2024
…#2188)

Add z-index to demo server info panel so it is rendered above example page content
rekado pushed a commit to rekado/htmx that referenced this pull request Feb 9, 2024
…#2188)

Add z-index to demo server info panel so it is rendered above example page content
FraserChapman pushed a commit to FraserChapman/htmx that referenced this pull request Feb 16, 2024
…#2188)

Add z-index to demo server info panel so it is rendered above example page content
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.

[Website]: Demo server info panel rendering issue
2 participants