fm_read.css 133 B

123456789101112
  1. #editor {
  2. position: absolute;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. }
  8. #editor_wrapper {
  9. position: relative;
  10. height:600px;
  11. }