Commit c467d366 authored by Ashutosh Ahirwal's avatar Ashutosh Ahirwal
Browse files

Issue #3277172, #3277161, #3277118 by manojkumar1997: issue for Header...

Issue #3277172, #3277161, #3277118 by manojkumar1997: issue for Header position issue (admin toolbar menu hidden), Main menu navbar ( z-index ), Back to top ( button ) scroll
parent 65e4e1f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
    );
    $('.back-to-top').click(
        function () {
            $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo');
            $('html,body').animate({scrollTop: target.offset().top}, 1000);
            return false;
        }
    );
+2 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ main {
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        z-index: 500;
    }
    .sticky-top {
        position: fixed;
@@ -348,6 +348,7 @@ main {
    }
    .sticky-top.navbar-dark {
        position: fixed;
        top: 79px;
        background: #FFFFFF;
    }
    .sticky-top.navbar-dark .navbar-brand img{