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

Bug: page-toolbar styling issue with overlapping elements #8

Open
kabeep opened this issue Nov 18, 2024 · 0 comments
Open

Bug: page-toolbar styling issue with overlapping elements #8

kabeep opened this issue Nov 18, 2024 · 0 comments

Comments

@kabeep
Copy link

kabeep commented Nov 18, 2024

Hi there @dmnsgn ,

I ran into some issue with the page toolbar layout in style.css file.

What Happen

  • When the typedoc config file has multiple navigationLinks properties, the title ends up overlapping the links, making them unclickable.

image

  • The title's text-overflow styling messes up the box model, causing the width to not match the actual content, and you can accidentally click into the empty space.

image

  • The search bar input's height and font size are too small, and allowing clicks to pass through to the title and navigation links below it.

image

See https://dmnsgn.github.io/typedoc-material-theme/ or Reproduction

  1. Create a new config file
{
  "name": "@Testing/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis/Ellipsis"
  "navigationLinks": {
    "Docs": "https://typedoc.org/guides/overview",
    "GitHub": "https://github.com/TypeStrong/typedoc"
  }
}
  1. Run test script
  2. Check in browser
Environment Info
typedoc-material-theme 1.1.0
NodeJS 18.18.0
Chrome 130.0.6723.117 (Official Build) (64-bit)
kabeep added a commit to kabeep/typedoc-material-theme that referenced this issue Nov 18, 2024
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

No branches or pull requests

1 participant