You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thank you for your plugin.
I have issue with z-index;
If sticky-container is not first parent of element with v-sticky, all of this parents (elements) will be set inline styles. Despite the fact that the element with v-sticky I setted sticky-z-index="100", I see that all parents have z-index: 10. Why?
In order to fix it now I added sticky-z-index to these elements.
But it seems to me wrong, because if this is done for some purpose, then the value should be inherited from element with v-sticky.
Please, see what can be done?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for your plugin.
I have issue with z-index;
If
sticky-container
is not first parent of element withv-sticky
, all of this parents (elements) will be set inline styles. Despite the fact that the element withv-sticky
I settedsticky-z-index="100",
I see that all parents havez-index: 10
. Why?In order to fix it now I added
sticky-z-index
to these elements.But it seems to me wrong, because if this is done for some purpose, then the value should be inherited from element with
v-sticky
.Please, see what can be done?
Thanks!
The text was updated successfully, but these errors were encountered: