# 错误修正
## 1. modal框bug修复
![](https://box.kancloud.cn/003dbe70b6d6f4a623db8db8a818060f_1366x736.png)
点击弹出模态框后,有蒙层蔗盖点击不鸟。
**解决办法:**
问题出在样式 z-index上。
![](https://box.kancloud.cn/040c3f960e48fcd6a4d08c55ee39977f_506x102.png)
.modal-backdrop 中的 z-index:1040。 \horizon\static\horizon\lib\ace\css\bootstrap.css第5437行中 .modal的 z-index:1040。从而造成这个问题,只需要将此值改为:1050就行了。
- 1.概述
- 2.CSS样式引入
- 2.1 My Themes
- 2.2 Horizon
- 2.3 Angular
- 2.4 HORIZON_CONFIG.scss_files
- 2.5 Custom Styles
- 3. JS文件引入
- 31. iframe_embed_settings 标签
- 3.2 horizon/_conf.html
- 3.3 _script_loader.html
- 3.4 _custom_head_js.html
- 3.5 horizon/_scripts.html
- 4. 主题替换
- 4.1 ACE主题
- 4.2 引入ACE主题的CSS样式
- 4.3 引入ACE主题的JS文件
- 4.4 收集和压缩
- 4.5 总结
- 4.6 错误与冲突收集
- 5.错误修正
- 6.openstack里所有功能浏览
- 7.前端hightchart.js分析
- 8.命令使用