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

honeycomb-link on webpart page #870

Open
jaxkookie opened this issue Oct 29, 2024 · 3 comments
Open

honeycomb-link on webpart page #870

jaxkookie opened this issue Oct 29, 2024 · 3 comments
Labels
🐞 Bug Issue with one of the samples

Comments

@jaxkookie
Copy link
Contributor

jaxkookie commented Oct 29, 2024

Is anyone else experiencing issues displaying the honeycomb-link when displayed on a webpart page? I have no issues in the list view, but it seems like something changes once a week and doesn't display or display correctly. Most of the time I can apply CSS to fix it, but today no luck.

Any suggestions on how to work around this?
thanks

@jaxkookie jaxkookie added the 🐞 Bug Issue with one of the samples label Oct 29, 2024
@tecchan1107
Copy link
Collaborator

Hi @jaxkookie !

I just tried it and it works fine in my environment.

image

Is the problem still occurring?

@jaxkookie
Copy link
Contributor Author

jaxkookie commented Oct 30, 2024

@tecchan1107 ,
in the list view it works perfectly, which is what it looks like in your screenshot, a listview.
if I don't apply the following CSS on the web part page (site page) it does not display.

.scrollableContainerRef_de43bfe6 { min-height: 1200px!important; max-height:100%; overflow-y: scroll; } .odsp-spartan-list div.gridContentUsesCustomRowFormatter_a442d14e { min-height: 1200px; } .u_e_2b59e455 { overflow: visible!important; } .list_18742d03.withoutScrollbar_18742d03 { overflow: unset; min-height: 1240px; }

This does not impact everyone at the same time. I have instances where it may work for me and not others.

@tecchan1107
Copy link
Collaborator

Hmmm...maybe over time I'll get that phenomenon in my environment. I'll keep an eye on it for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Issue with one of the samples
Projects
None yet
Development

No branches or pull requests

2 participants