소스 검색

fix console toggle CSS

Gregg Tavares 7 년 전
부모
커밋
1b21d37782
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      threejs/resources/threejs-lessons-helper.js

+ 2 - 1
threejs/resources/threejs-lessons-helper.js

@@ -138,7 +138,8 @@
       right: 0,
       bottom: 0,
       background: '#EEE',
-      'max-height': '2ex',
+      'font-size': 'smaller',
+      cursor: 'pointer',
     });
     toggle.addEventListener('click', showHideConsole);