angular-hotkeys icon indicating copy to clipboard operation
angular-hotkeys copied to clipboard

cheatsheet not displayed

Open p1tt1 opened this issue 7 years ago • 2 comments

Neither in my project nor on the demo page is the CheatSheet visible. The toggleCheatSheet ()-function is called but has no visible effect.

p1tt1 avatar Dec 04 '17 13:12 p1tt1

I could solve this by loading hotkeys.css

mkilling avatar Oct 19 '18 11:10 mkilling

@p1tt1 As mkilling suggests, this is probably due to the cheat sheet element not being visible over your page because you're not loading the stylesheet.

If that doesn't help try to locate the element in your browser's inspector and confirm the element is being created in the DOM and the styles from hotkeys.css are being applied. Then play around with the styles to try to get it to display, I'd pay particular attention to position and z-index, you might have other styles which are conflicting with or overriding the ones in hotkeys.css.

aramando avatar Oct 23 '18 12:10 aramando