EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

trip-close don't display #122

Closed froozeify closed 8 years ago

froozeify commented 8 years ago

Hi, With themes yeti or black activated we can't see the close button. For fixing this bug I've added

position: relative;
z-index: 1;

to CSS properties ".trip-block.yeti .trip-close" and ".trip-block.dark .trip-close"

EragonJ commented 8 years ago

@froozeify really ?! it does show on the quick demo here - http://eragonj.github.io/Trip.js/ Can you give it a try ? Did your CSS code influence its style ?

froozeify commented 8 years ago

@EragonJ Here is a JSFiddle with the bug https://jsfiddle.net/froozeify/vy5sfv5j/

And this is a JSFiddle with the correction https://jsfiddle.net/froozeify/k2s9eamb/2/

EragonJ commented 8 years ago

Assigned this to me to make sure I won't forget this bug.

EragonJ commented 8 years ago

thanks @froozeify !! :+1: