Ver código fonte

Editor: Fix sidebar covering menubar.

Mr.doob 6 anos atrás
pai
commit
158f8b51d4
1 arquivos alterados com 3 adições e 3 exclusões
  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' ) );