Robert McIntosh
Robert McIntosh
Sorry, I haven't checked this in sometime. datatables is one of my favorite plugins, but I have never used the two in the same project. I will look into this,...
right click on the notification and inspect the element. Verify that no css classes are setting the height to 100%. This issue is complicated to resolve without having access to...
Hello is this a typescript thing? I am not sure what your issue is.
So basically I have to update that line to read `any` instead of `number` and this should resolve this issue?
I am really sorry but I am unable to help you. I honestly have no idea what TypeScript is. It was a pull request made by some other dude. I...
I have no idea I'll look into this.
I am working on version 4.0beta right not. I will look into updating the tags over the week though. I'll comment here once I have done so. Sorry, I thought...
No problem. I am a terrible speller, so I do appreciate you pointing out these mistakes. I'll look into fixing that this week.
It is can you try adding something like this to your css file: ``` css [data-notify="container"] { -moz-animation-iteration-count: 1; animation-iteration-count: 1; } ```