Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(playground): fix diagnostics tooltip being behind buttons#1367

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
WarningImHack3r wants to merge1 commit intosveltejs:main
base:main
Choose a base branch
Loading
fromWarningImHack3r:fix-codemirror-tooltip

Conversation

WarningImHack3r
Copy link

Spotted that on Paolo's TWIS today: diagnostics that are high enough and long enough are obstructed by the top buttons, which have a z-index.

This PR addresses that issue: it removes thez-index: 999 on the buttons and adds az-index: 2 to both parts of the buttons’ hover tooltips — likely the reason the originalz-index was used for.

BeforeAfter
BeforeAfter
Preserved tooltipsThe button tooltips are preserved

I'm not sure if there are other reasons for this highz-index value beyond the tooltips; if so, please let me know and I'll add them to the fix as well.


A note on documentation PRs

If this is a documentation PR (i.e. changing content withinapps/svelte.dev/content/docs), then this is the wrong repository to make those changes. The content in this folder is synced from other repositories. Therefore, these changes should be made in their respective repositories (athttps://github.com/sveltejs/svelte orhttps://github.com/sveltejs/kit, or example).

Before submitting the PR, please make sure you do the following

  • It's really useful if your PR references an issue where it is discussed ahead of time.
  • Prefix your PR title withfeat:,fix:,chore:, ordocs:.
  • This message body should clearly illustrate what problems it solves.

@vercelVercel
Copy link

vercelbot commentedMay 30, 2025

@WarningImHack3r is attempting to deploy a commit to theSvelte Team onVercel.

A member of the Team first needs toauthorize it.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@WarningImHack3r

[8]ページ先頭

©2009-2025 Movatter.jp