We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://bornforthis.cn/home.html#_5-%E6%88%91%E7%9A%84%E5%85%A8%E9%83%A8%E5%8D%9A%E5%AE%A2%E5%B9%B3%E5%8F%B0
The page has a table with display: block and overflow-x: scroll, and the table is having long content which it's horizontal scrollable.
display: block
overflow-x: scroll
If any external link is outside the initial width of page, the external link will break the page layout:
The whole page is scrollable
If setting display: none to .external-link-icon-sr-only, then the page layout becomes normal again.
display: none
.external-link-icon-sr-only
I would prefer this is a bug.
Not needed
pnpm
Not related
The text was updated successfully, but these errors were encountered:
cc @meteorlxy Any suggestions on how to solve it?
Sorry, something went wrong.
Bump here, I have serveral users meeting this issue, mainly with external links in table.
Any update about this issue, I do not come up with a way to fix this gracefully
Successfully merging a pull request may close this issue.
Description
See https://bornforthis.cn/home.html#_5-%E6%88%91%E7%9A%84%E5%85%A8%E9%83%A8%E5%8D%9A%E5%AE%A2%E5%B9%B3%E5%8F%B0
The page has a table with
display: block
andoverflow-x: scroll
, and the table is having long content which it's horizontal scrollable.If any external link is outside the initial width of page, the external link will break the page layout:
If setting
display: none
to.external-link-icon-sr-only
, then the page layout becomes normal again.I would prefer this is a bug.
Reproduction
Not needed
Used Package Manager
pnpm
System Info
The text was updated successfully, but these errors were encountered: