Superfly makes other items unclickable

Hey i am adding a screenshot of items that superfly makes then unclickable (they are on the left side of the superfly

Screenshot>> http://prntscr.com/jer7qe

is there a way to fix this?

Hi @angelofgod ,

Thanks for writing in.

Please add this CSS to your global custom CSS to fix the Z-index issue.

.wp-side-menu, #wpadminbar {
    z-index: 99999999 !important;
}

Hope this helps.

1 Like

Hey rad, all worked perfect but the #wpadminbar didnt work , i still cant press the search button on the admin bar, any suggestions?

Hey @angelofgod,

Try this:

.sfm-rollback {
    z-index: 1 !important;
}

Hope that helps.

1 Like

Wow thanks you’re genius! it worked! much thanks!