简体   繁体   English

在Firefox和safari浏览器中渲染jqx网格问题

[英]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. jqx网格在chrome和edge中正常工作但在firefox和safari中有问题,我认为这是z-index问题但不确定为什么它适用于chrome和edge浏览器,如果有人知道如何处理这个问题请提出解决方案。 from the below images you can see what is the issue 从下面的图像中,您可以看到问题所在

We face the same issue.The solution is to reduce z-index . 我们面临同样的问题。解决方案是减少z-index You may include following code in your custom css file. 您可以在自定义css文件中包含以下代码。 Class being applied is jqx-grid-content . 正在应用的类是jqx-grid-content So change z-index in that. 所以改变z-index

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Angular 5问题与内容可编辑和在Firefox和Safari中的输入 - Angular 5 issue with contenteditable and input in firefox and safari 适用于Chrome,Firefox和Safari浏览器的Azure浏览器推送通知 - Azure browser push notification for chrome, firefox ,and safari browser 浏览器后退按钮仅适用于Chrome(不适用于IE 11,Safari或Firefox) - Browser back button only works on Chrome (not IE 11 or Safari or Firefox) iPad、iPhone Safari 浏览器 - 时间问题,时差 5 小时 - iPad, iPhone Safari Browser - Time issue, 5 hours difference 线夹在 Firefox 和 Safari 浏览器 iphone 的移动视图中不起作用 - line-clamp not working in mobile view for firefox and also in safari browser iphone DatePipe 在 safari 浏览器中不起作用 - DatePipe is not working in safari browser Angular 2登录无法在Safari和Firefox中使用 - Angular 2 login not working in safari and firefox Safari 上的 AudioContext decodeAudioData 问题 - AudioContext decodeAudioData issue on Safari Angular 2性能问题(渲染) - Angular 2 performance issue (rendering) 错误:AADSTS50058:已发送静默登录请求,但没有用户登录 - 移动 safari 浏览器中的 Angular ADAL 身份验证问题 - Error: AADSTS50058: A silent sign-in request was sent but no user is signed in - Angular ADAL authentication issue in mobile safari browser
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM