[RSS Feed/News] How is the z-index of editorrow in overlay mode set?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have a custom addon where a user can click an edit link and it opens an overlay to edit that item like so:
Code:

Code:
                                <a href="{{ link('item/edit', $item) }}" data-xf-click="overlay" data-cache="false" data-href="{{ link('item/edit', $item, $editParams) }}">
                                        {{ phrase('edit') }}
                                    </a>

In the template that is opened as an overlay, I use an editorrow like this which is a straight up copy...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom