Tooltip css fix

This commit is contained in:
Imesh Chandrasiri 2017-02-19 18:24:59 +05:30
parent 7ad808f2fb
commit ee209064e3

View File

@ -6606,3 +6606,7 @@ header.header-default {
}
/** End **/
.tooltip-overflow-fix{
overflow: visible !important;
}