flowdee / hearthstone-cards

Hearthstone Cards for WordPress automatically adds an overlay to written card names and displays the associated image while hovering them.
https://wordpress.org/plugins/hearthstone-cards/
GNU General Public License v3.0
7 stars 4 forks source link

Tooltip issue (see screenshot) #41

Closed fbrevoort closed 8 years ago

fbrevoort commented 8 years ago

capture

the tooltip image gets cut off if I use the links inside a feature box for my theme, I'm pretty sure the feature box is not an iframe.

flowdee commented 8 years ago

the problem is that your theme uses overflow hidden for the container and that's why it has no chance to be displayed correctly. Please take a look into the css. If you can't find it feel free to send me the link and I will assist.

fbrevoort commented 8 years ago

thank you for your help :), here is the link http://www.dugihearthstone.com/decks/druid/classic-druid/

flowdee commented 8 years ago

.feature-box { overflow: visible !important; }

should do the trick :+1:

fbrevoort commented 8 years ago

that did it, thank you very much