Closed dotKev closed 6 years ago
Connected to #39
I'm sure there is a better way to do this, but here's a quick fix to allow a z-index attribute on the directive.
z-index
e.g.
<div class="dashboard-edit-buttons" hl-sticky z-index="997" use-placeholder="false" collection="sticky-content-edit-bar" offset-top="{{ view.navOffset }}" container="mobile-nav-content-wrapper">
FYI, tests pass locally.
Hey Kevin, Thanks for the pull-request. Before I can merge this, I also need some unit tests for this feature.
Fixed due to #45 and released in 0.5.0, closing this PR
Connected to #39
I'm sure there is a better way to do this, but here's a quick fix to allow a
z-index
attribute on the directive.e.g.