Merge pull request #610 from DimalChandrasiri/cloud-3.1.0

Tooltip overflow fix
This commit is contained in:
Kamidu Sachith Punchihewa 2017-02-19 18:26:30 +05:30 committed by GitHub
commit 616d42ccaa

View File

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