如何防止HTML元素在反应中的标题下面

时间:2018-04-01 17:43:47

标签: html css reactjs header

enter image description here

我的标题包含按钮ProfileTrain AIMatchesChat Icon,您可以在上面的示例中看到我的Name 1元素&其他人都在标题之下。我标题的CSS是:

<Header
        style={{
            background: colorTheme.text8Color,
            position: 'fixed',
            zIndex: 1, // make every display under the header
            width: '100%'
        }}
    >
        {this.renderHeaderButtons()}
    </Header>

我该怎么做才能阻止任何事情进入标题?

0 个答案:

没有答案