Thumbnail overlap tags list (Horizon Theme + Topic List Thumbnails)

There is an issue with z-index in the Horizon Theme + Topic List Thumbnails theme component:

The dropdown field of the tags select field is overlaped by thumbnails as can be seen in the screenshot below.

1 Like

I think the proper fix has to be done in the Horizon theme.
This snippet should fix this and other z-index issues with --topic-list overlapping list-controls:

/* category view: fix z-index issue with topic list overlapping list-controls */
.container.list-container.--topic-list {
    z-index: 0;
}

Thanks for reporting, team is going to have a look.

Thanks for reporting this. The Horizon theme default in Discourse is still fairly new and has strong but limited support for a number of Discourse theme components.

Unfortunately, the topic list thumbnails component is currently not supported in this theme due to the nature of how much this component alters the underlying markup of the topic list.

2 Likes