Konrad M wrote:Thanks. Try remove from override.css this line:
- Code: Select all
#cWindowContent #community-invitation {
height: auto !important;
}
i did, still no difference
Konrad M wrote:Thanks. Try remove from override.css this line:
- Code: Select all
#cWindowContent #community-invitation {
height: auto !important;
}
Konrad M wrote:I added rule at the bottom of override.css file and now is working on my chrome. Please check and let me know.
#cWindowContent .cTabNavContainer {
height: auto !important;
}