Browse Source

Merge pull request #216 from christianesperar/master

Popover tooltips not visible
pull/220/head
Christian Esperar 9 years ago committed by GitHub
parent
commit
2be470653d
  1. 3
      build/css/custom.css
  2. 2
      build/css/custom.min.css
  3. 1
      src/scss/custom.scss

3
build/css/custom.css

@ -191,8 +191,7 @@
padding: 0;
position: absolute;
display: -ms-flexbox;
display: flex;
z-index: 9999; }
display: flex; }
.nav-md .container.body .col-md-3.left_col.menu_fixed {
height: 100%;

2
build/css/custom.min.css vendored

File diff suppressed because one or more lines are too long

1
src/scss/custom.scss

@ -192,7 +192,6 @@
padding: 0;
position: absolute;
display: flex;
z-index: 9999;
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
height: 100%;

Loading…
Cancel
Save