Advertisement
yskang

threejs-viewer-19

May 2nd, 2021
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* 修改 index.css */
  2. #viewer .property-panel-titlebar {
  3.     width: 250px;
  4.     height: 40px;
  5.     background-color: black;
  6.  
  7.     cursor: move;
  8.     z-index: 10;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement