- กระทู้:
- 0 (0 ต่อวัน)
- Karma:
- +0/-0
- อายุ:
- ยังไม่มีข้อความ
- วันที่สมัครสมาชิก:
- ธันวาคม 17, 2022, 12:27:44 PM
- เวลาท้องถิ่น:
- มีนาคม 10, 2026, 10:22:08 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; }