浏览代码

HUE-173. Buttons over top of the dropdown

Fixed: http://cl.ly/d0b51b511bc75262100f
Aaron Newton 15 年之前
父节点
当前提交
311e3ceb22
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      desktop/core/static/js/Source/CCS/CCS.Desktop.Config.js

+ 4 - 0
desktop/core/static/js/Source/CCS/CCS.Desktop.Config.js

@@ -65,6 +65,10 @@ ART.Sheet.define('window.art.browser.logo_header history.art', {
 	'top':32
 }, 'css');
 
+ART.Sheet.define('window.art.browser history.art ul', {
+	'z-index': 101
+}, 'css');
+
 UI.Sheet.define('window.art button.art.wincontrol', {
 	'background-color': ['hsb(0, 0, 100)', 'hsb(0, 0, 85)'],
 	'border-color': ['hsb(0, 0, 60)', 'hsb(0, 0, 50)'],