mirror of https://github.com/ColorlibHQ/gentelella
Popover tooltips not visible
parent
eb8bf2aa99
commit
f5f525fcae
|
@ -191,8 +191,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex; }
|
||||||
z-index: 9999; }
|
|
||||||
|
|
||||||
.nav-md .container.body .col-md-3.left_col.menu_fixed {
|
.nav-md .container.body .col-md-3.left_col.menu_fixed {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -192,7 +192,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 9999;
|
|
||||||
}
|
}
|
||||||
.nav-md .container.body .col-md-3.left_col.menu_fixed {
|
.nav-md .container.body .col-md-3.left_col.menu_fixed {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue