简体   繁体   中英

Rendering issue of jqx grid in Firefox and safari browser

在此输入图像描述 jqx grid is working properly in the chrome and edge but has issue in firefox and safari, I think it is z-index issue but not sure why it works for chrome and edge browser, if someone has the idea what to do about this issue please suggest the solution. from the below images you can see what is the issue

We face the same issue.The solution is to reduce z-index . You may include following code in your custom css file. Class being applied is jqx-grid-content . So change z-index in that.

.jqx-grid-content {
  z-index: 300 !important;
}   

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM