- กระทู้:
- 1 (0.000 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- เมษายน 02, 2015, 02:30:56 AM
- เวลาท้องถิ่น:
- มีนาคม 04, 2026, 03:31:45 PM
- ภาษา:
- Thai
- ใช้งานล่าสุด:
- เมษายน 02, 2015, 03:13:55 AM
/* 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; }