- กระทู้:
- 4 (0.001 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- สิงหาคม 13, 2016, 09:06:24 PM
- เวลาท้องถิ่น:
- กุมภาพันธ์ 27, 2026, 02:50:13 PM
- ใช้งานล่าสุด:
- ธันวาคม 25, 2018, 12:55:21 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; }