Liviu Cristian Mirea-Ghiban
Liviu Cristian Mirea-Ghiban
This is happening because of a well-known bug with`position: fixed` in iOS. If we change the `position` from anything to `fixed` **while** scrolling, the element disappears/blinks until the scroll ends....
Hi Will, thank you for the kind words. :) The library was started a long time ago when jQuery was the obvious choice, at least for me. But you are...
Some ideas: Try setting a very high z-index on the YouTube iframe, or add `position:relative` to it, or both.
@Hitking There are some performance improvements bundled in the latest version (1.5.0). Can you please try it out and let me know how it goes?
Not sure I can help you as I don't have that much experience with Angular, and this package does not have any Angular bindings.
Not at this moment, no. Also, how would disabling it work? Would it simply snap the sidebar back to its original position? Or would it keep its current position, but...
This is now possible with version 1.7.0: https://github.com/WeCodePixels/theia-sticky-sidebar/pull/41#issuecomment-296819272 Question is: should this destroy functionality be bundled inside the library?
Hi Diego, The sidebar will stick alongside your container element. In this case your container is probably taller than your sidebar space, possibly it contains your site's header as well....
From a quick look, `$color_bg` is defined like this in `theme.scss`: ``` scss $color_bg: #4c4c4c; ``` It is not overrideable unless it has `!default`, like so: ``` scss $color_bg: #4c4c4c...
I tried using the default `app/cache/(dev|env)` folder, but it gets cleared on every `app/console cache:clear`, as @Spea mentioned. So, I figured why not use something like `app/cache/bower/(dev|env)`, since `app/cache` is...