LoginSignup
0
0

More than 5 years have passed since last update.

未再現 iPhoneでposition: fixedが効かない時の原因の一つ

Posted at
<div class="fixed">
  Something
</div>
<div>
  <img style="position: absolute;">
  <img style="position: absolute;">
</div>

のように、インライン要素にposition: absolute;をつけて並べてしまうと、
fixedの要素がなぜか普通にスクロールされてしまいました。
display: block;をimgにつけると直りました。
めっちゃ怪しいので要検証です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0