Merge pull request #13077 from Godmartinz/fix_unclickable_nav_bar_and_notifcation_block

fixes mobile nav bar and notification position
This commit is contained in:
snipe 2023-05-24 15:58:27 -07:00 committed by GitHub
commit 267a0ffc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,10 @@ 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;
.select2-container .select2-search--inline .select2-search__field{ .select2-container .select2-search--inline .select2-search__field{
padding-left:15px; padding-left:15px;
} }