Parcourir la source

HUE-173. Buttons over top of the dropdown

Fixed: http://cl.ly/d0b51b511bc75262100f
Aaron Newton il y a 15 ans
Parent
commit
311e3ceb22
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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)'],