我正在尝试在主导航栏下方设置固定的标题标题,但它干扰了导航栏的de选项,
这里是代码
<style>
.titlefixed {
z-index: 1030;
right: 0;
left: 0;
position: fixed;
}
</style>
<div class="titlefixed " style="background-color:white;">
<blockquote>
<h2><em>Sucursales</em></h2>
<hr />
<h2><small>@Model.Name - @Model.Client.RazonSocial</small></h2>
</blockquote>
</div>
这就是正在发生的事情
谢谢,如果有人可以帮我解决它