Explorar el Código

Editor: Fix sidebar covering menubar.

Mr.doob hace 6 años
padre
commit
158f8b51d4
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      editor/index.html

+ 3 - 3
editor/index.html

@@ -192,12 +192,12 @@
 			var player = new Player( editor );
 			document.body.appendChild( player.dom );
 
-			var menubar = new Menubar( editor );
-			document.body.appendChild( menubar.dom );
-
 			var sidebar = new Sidebar( editor );
 			document.body.appendChild( sidebar.dom );
 
+			var menubar = new Menubar( editor );
+			document.body.appendChild( menubar.dom );
+
 			//
 
 			editor.setTheme( editor.config.getKey( 'theme' ) );