- กระทู้:
- 1 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- เมษายน 25, 2015, 11:07:04 PM
- เวลาท้องถิ่น:
- มีนาคม 10, 2026, 12:11:34 PM
- ใช้งานล่าสุด:
- เมษายน 25, 2015, 11:07:05 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; }