6
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chromeやsafariでposition: fixed;が効かない場合

Posted at

position: fixedを使っているのに何故か位置が正しい位置に固定されない場合、
親要素にtransform系のプロパティが使われていないか疑うと良いです。

おそらく、GPUを使ったレンダリングによって、子要素のposition: fixedに影響を引き起こしていると考えられます。

6
8
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
6
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?