/* 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; }