James McKenzie

Results 4 comments of James McKenzie

I'd love to see an option for an 'X' in the top right corner of a notification that is used to close it. With this option enabled, the only way...

Thank you for doing this chatoo - I really needed this feature as well!

Another fix is to wrap the publish in a $timeout. The time can be set to 0. $timeout(function(){ FoundationApi.publish('static-alert-message', 'open') }, 0);

I've experienced this issue as well with 'offcanvas panels' that slide out from the side of the page. Those panels are typically position:fixed. I use them for search filters. Since...