senior walk

relative:

.CookieConsent .container,
.CookieConsent .locationPane {
position: relative;
margin: 0;
padding: 0;
}
and then added the following within the <bbNG:jsBlock> area of the login.jsp page.
<script type="text/javascript">
var cssChangeTimer = setInterval(changeCSS, 500);
function changeCSS() {
var divWrapper = document.getElementsByClassName("lb-wrapper")[0];
divWrapper.style.width = "auto";
divWrapper.style.height = "450px";
var divContent = document.getElementsByClassName("lb-content")[0];
divContent.style.overflow = "visible";
}
</script>
 ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *