ngSticky icon indicating copy to clipboard operation
ngSticky copied to clipboard

Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

Open intelligence opened this issue 9 years ago • 1 comments

When I resize I get this error message: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

Any idea why? I'm applying it to my header <header class="banner navbar" role="banner" ui-view="header" sticky sticky-class="navbar--fixed"></header>

intelligence avatar Jun 17 '15 17:06 intelligence

Maybe the problem is the navbar--fixed css class. Change it to navbar-fixed

alfirin avatar Aug 04 '15 13:08 alfirin