fixes mobile nav bar and notification position

This commit is contained in:
Godfrey M 2023-05-23 12:43:32 -07:00
parent fbed18a984
commit 68a43cb590

View file

@ -673,6 +673,9 @@ th.css-accessory > .th-inner::before
} }
@media screen and (max-width: 511px){ @media screen and (max-width: 511px){
.tab-content .tab-pane .alert-block {
margin-top: 120px
}
.sidebar-menu{ .sidebar-menu{
margin-top:160px; margin-top:160px;
} }
@ -841,6 +844,9 @@ input[type="radio"]:checked::before {
grid-template-columns: .1em auto; grid-template-columns: .1em auto;
gap: 1.5em; gap: 1.5em;
} }
.nav-tabs-custom > .nav-tabs > li {
z-index:1;
}
/** --------------------------------------- **/ /** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/ /** End checkbox styles to replace iCheck **/