Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここで頭をノックします。これはおそらく私が見逃している明らかなことですが、ここのcss 、特にBackgroundは、chrome以外のすべての場所で機能しています。理由がわからないようです:(
global.css ファイルの 28 行目を調べます。
.clearfix::before, .clearfix::after { content: "."; display: block; height: 0; overflow: hidden;
"表示ブロック;" あなたの問題です。新しいクラスを削除または作成してみてください。ページ全体に悪影響を及ぼしていることがわかります。 注編集済み - 「display: inline;」を使用 それはバグを修正するようです。