css.wcss 184 B

12345678910
  1. {
  2. "contentNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "background-color": "#EECCCC",
  6. "-webkit-user-select": "text",
  7. "-moz-user-select": "text",
  8. "overflow": "hidden"
  9. }
  10. }