如何从所有主题中删除底部栏

如何移除下方 :backhand_index_pointing_down: 的横条?

:up_arrow:
<我需要在我们的网站上修复这个问题>

使用 CSS 隐藏它:

.topic-map {
    display:none;
}