Skip to content

Commit

Permalink
close #1916 Fixed: Mobile side-menu is behind head-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 18, 2021
1 parent e95e14d commit 41810b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ table .align-items-center td span.badge {
max-width: 62px;
padding-right: 0;
padding-left: 0;
z-index: 999999;
}

.navbar-vertical .navbar-nav .nav-link:not(.active) {
Expand Down Expand Up @@ -1548,11 +1549,11 @@ table .align-items-center td span.badge {
.document-total-30 {
width: 40%;
}

.document-total-25 {
width: 35%;
}

.document-total-40-px {
max-width: 1px;
width: 1px;
Expand Down Expand Up @@ -1588,7 +1589,7 @@ table .align-items-center td span.badge {
color: #fff !important;
background-color: #6da252 !important;
box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
border-color:#6da252 !important;
border-color:#6da252 !important;
}

/* Color Picker Submit Button Finish */
Expand Down

0 comments on commit 41810b6

Please sign in to comment.