- กระทู้:
- 3 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 02, 2012, 08:42:58 AM
- เวลาท้องถิ่น:
- มีนาคม 03, 2026, 07:39:28 PM
- ใช้งานล่าสุด:
- ธันวาคม 11, 2019, 01:17:53 PM
/* Fix SMF editor overflow */ #postmodify textarea, #postmodify .editor, #postmodify .sceditor-container, .sceditor-container textarea { width: 100% !important; max-width: 100% !important; box-sizing: border-box; } /* Toolbar ไม่ล้น */ .sceditor-toolbar { width: 100% !important; box-sizing: border-box; }