/* スクロール基本設定の強制適用 */ html, body { height: 100% !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; position: relative !important; } /* エントリーコンテンツの制御強化 */ .entry-content { overflow-y: visible !important; height: auto !important; position: relative !important; max-wi…