I have a problem with the xe:widgetContainer
on my notes 9 server. Instead of displaying the dropdown menu on the right side it sticks it next to the container header. I already found the style that is causing the issue:
.xsp .lotusSection2 .lotusSectionHeader {
display: block
width: 100%;
}
which overwrites the style:
.lotusui30 .lotusSection2 .lotusSectionHeader {
display: table;
width: 100%;
}
The new style is located in the oneui302xsp.css
which seems to get included by the extension library. I tested the same xPage which does only contain a widgetContainer on my local computer which runs an older version of the extension library and I found out that the oneui302xsp.css
is missing and the dropdown menu is displayed in the right place.
So my question is:
Instead of overwriting the style again I just want to remove the cssinclude of oneui302xsp.css
created by the extension library. My current extlib version is 901v00_04.20140226-1506