reset.css 271 B

1234567891011121314151617
  1. #tox-edit-area {
  2. height: 100%;
  3. }
  4. html {
  5. width: 100%;
  6. height: 100% !important;
  7. }
  8. #tinymce {
  9. width: 100% !important;
  10. margin: 0 !important;
  11. padding: 20px !important;
  12. box-sizing: border-box !important;
  13. height: 100% !important;
  14. overflow: auto !important;
  15. }