Skip to content

Commit

Permalink
style(esco-content-menu): apply navbar-fixed z-index from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jgribonvald committed Nov 30, 2018
1 parent 0885d23 commit 949f8da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion @uportal/esco-content-menu/src/components/ContentMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ export default {
.content-menu {
min-width: 280px;
background-color: #d0d0d0;
z-index: 3;
/* same value as @zindex-navbar-fixed from bootstrap. */
z-index: 1030;
* {
font-family: Roboto, sans-serif;
Expand Down

0 comments on commit 949f8da

Please sign in to comment.