0

I have some problem with toolbar in my project. on some pages when I scroll the page the toolbar starts flickering.

I am using this style for toolbar class:

CSS:

.toolbar {
    overflow: visible;
    background-color: @bc-bg;
    height: @headerbar-height;
    color: @white;
    vertical-align: middle;
    line-height: 38px;
    position: fixed;
    z-index: 99;
    padding: 0;
    width: 100%;
}

HTML:

<body>
<form id="form2" runat="server">
<div class="page-container row">

    <div class="col-xs-24 page-content">

        <Top:Toolbar ID="tBar" Title='' runat="server" />
        <asp:Label runat="server" ID="lbltest"></asp:Label>
        <div class="row frame">
            <Top:BreadCrumb runat="server" ID="bc" />
            <div class="col-xs-24">
                <asp:ContentPlaceHolder ID="cplh1" runat="server">
                </asp:ContentPlaceHolder>
            </div>
        </div>
    </div>
</div>
</form>
<asp:ContentPlaceHolder ID="cplhFoot" runat="server">
</asp:ContentPlaceHolder>

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Asim
  • 1
  • 2

0 Answers0