function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
turbo2ohturbo2oh 

trouble with CSS in embedded visualforce page

I have a standard object page with an embedded visualforce section. I've written CSS for tooltip type functionality (when the user hovers over text it displays another div). The problem is the div is larger than the visualforce page section and it is being cropped off once it overflows outside of the visualforce section.

 

I've tried playing with overflow and z-index and no such luck so far. Any ideas?

turbo2ohturbo2oh

After checking how the embedded VF actually works I realized I'm stuck inside an iframe. Has anyone used any javascript that could potentially overcome this with a parent reference?