remove debugging code
[roojs1] / ux / ieconsole.js
index 6a5b2e3..7b391cb 100644 (file)
@@ -26,13 +26,14 @@ if(!window.console){
             st.background = '#eee';
             st.fontSize = '10px';
             st.padding = '10px';
+            st.zIndex = 100000;
+            st.overflow = "auto";
             
             
             console.hide();
          
             
             var CSS = "\n" + 
-                
                 '#fauxconsole a{'+
                 '    float:right;'+
                 '    padding-left:1em;'+