ZoomApps / Liveapp

Liveapp Framework :rocket:
https://www.liveapp.com.au
2 stars 1 forks source link

z-index display conflict #24

Closed JasonBev closed 7 years ago

JasonBev commented 7 years ago

CU6 changes to boxy.js can cause display conflicts. See image below, the dropdown selection list is displaying behind the boxy-wrapper.

image

boxy-wrapper returns a z-index > autocomplete menu

Please ensure the autocomplete returns a higher z-index

CU6 Changes - Website/Scripts/jQuery/Plugins/UI/Boxy.js zIndex: 29000 zIndex: 29999

Website/Scripts/jQuery/Plugins/Desktop/MCAutoComplete.js ul.css("z-index", 30001); ul.css("z-index", 30002);

paulfisher53 commented 7 years ago

Added fix