mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
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:
commit
267a0ffc59
|
@ -673,6 +673,9 @@ th.css-accessory > .th-inner::before
|
|||
}
|
||||
|
||||
@media screen and (max-width: 511px){
|
||||
.tab-content .tab-pane .alert-block {
|
||||
margin-top: 120px
|
||||
}
|
||||
.sidebar-menu{
|
||||
margin-top:160px;
|
||||
}
|
||||
|
@ -841,6 +844,10 @@ input[type="radio"]:checked::before {
|
|||
grid-template-columns: .1em auto;
|
||||
gap: 1.5em;
|
||||
}
|
||||
|
||||
.nav-tabs-custom > .nav-tabs > li {
|
||||
z-index:1;
|
||||
|
||||
.select2-container .select2-search--inline .select2-search__field{
|
||||
padding-left:15px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue