Fixed Click To Expand Outside of Quote

DRE

Well-known member
When you have a long quote that needs to be expanded, the click to expand button appears at the top of the page instead of inside the quote. I even tested this with listeners disabled in Xenforo 1.2 Beta 3.



Screen Shot 2013-06-25 at 3.07.09 PM.webp

Screen Shot 2013-06-25 at 3.07.38 PM.webp
 
This is likely related to a customized style. I may need to move the position relative out of the style property to ensure this doesn't happen, but I suspect it's either an out of date bb_code.css or a customized bbCodeQuoteMessage property that doesn't have the position: relative.
 
works on default. bb_code.css has never been edited. The only template that comes up as outdated for me is EXTRA.css
 
Okay so I added position: relative; to the CSS box in Misc to AdminCP/Appearance/Styles/My Style/Style Property Groups/BB Code Quote Message. Works now.
 
Top Bottom