<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Calamarify</title>
    <description>The latest articles on DEV Community by Calamarify (@_calamarify).</description>
    <link>https://dev.to/_calamarify</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F44096%2Fff84c437-2ce2-4d00-af5e-de3645410080.jpg</url>
      <title>DEV Community: Calamarify</title>
      <link>https://dev.to/_calamarify</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_calamarify"/>
    <language>en</language>
    <item>
      <title>When `position: fixed;` is not working.</title>
      <dc:creator>Calamarify</dc:creator>
      <pubDate>Fri, 15 Dec 2017 06:57:35 +0000</pubDate>
      <link>https://dev.to/_calamarify/when-position-fixed-is-not-working-7i6</link>
      <guid>https://dev.to/_calamarify/when-position-fixed-is-not-working-7i6</guid>
      <description>&lt;p&gt;Hello, This is my first posting :)&lt;/p&gt;

&lt;p&gt;If a parent elements has &lt;code&gt;transform&lt;/code&gt; properties, &lt;code&gt;position: fixed;&lt;/code&gt; of children elements does not be working.&lt;/p&gt;

&lt;p&gt;That case, The children elements behave like &lt;code&gt;position: absolute;&lt;/code&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Solution to the problem
&lt;/h1&gt;

&lt;p&gt;If a parent elements uses transform animation, Replace without transform animation. or Remove transform properties or Set &lt;code&gt;transform: none;&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>css</category>
    </item>
  </channel>
</rss>
