Explorar o código

HUE-173. Buttons over top of the dropdown

Fixed: http://cl.ly/d0b51b511bc75262100f
Aaron Newton %!s(int64=15) %!d(string=hai) anos
pai
achega
311e3ceb22
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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)'],