사이드바의 글로브 아이콘이 제대로 작동하지 않음

The globe icon of the sidebar, that shows global custom section visible for everyone, moves when scrolling sidebar. If the footnote plugin is disabled the icon stays where it belongs.

No, I didn’t check if there is some errors in console or if inline-setting of footnote play any roll.

Safari and the Hub on iPad, same thing.

And no, this is not critical or even major one. Propably just another CSS-conflict. Or something. I don’t know :grin:

2개의 좋아요

I’m experiencing the same issue, even in safe mode and without the footnote plugin installed.

1개의 좋아요

I tried again, and this time I couldn’t fix it with disabling footnote :thinking:

I can reproduce it as well.

Can you try adding this CSS to your theme or component?

.sidebar-section-wrapper .sidebar-section-header-wrapper {
    position: relative;
}
2개의 좋아요

Nice!

(aka. it worked perfectly)

2개의 좋아요

Thank you for reporting it and suggesting CSS solution. It was fixed with this PR :slight_smile:

https://github.com/discourse/discourse/pull/20851

9개의 좋아요

This topic was automatically closed after 25 hours. New replies are no longer allowed.