<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikiki-kiki</author_name>
  <author_url>https://blog.hatena.ne.jp/kikiki-kiki/</author_url>
  <blog_title>かもメモ</blog_title>
  <blog_url>https://chaika.hatenablog.com/</blog_url>
  <categories>
    <anon>CSS</anon>
    <anon>HTML</anon>
  </categories>
  <description>モバイルのメニューとかposition: fixedでデザインしたけど、メニューが長かったりデバイス回転させたりしたらメニューが見切れるからfixedしたモーダル内でスクロールを表示させたい時の実装方法のメモ top, left, right, bottom と overflow を利用する .modalNav { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-y: auto; } position: fixedと一緒に top: 0, bottom: 0, left: 0, right: 0 を使用するとコンテ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaika.hatenablog.com%2Fentry%2F2017%2F11%2F21%2F090000&quot; title=&quot;CSS Fixedしたコンテンツでスクロールさせたい - かもメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://images-fe.ssl-images-amazon.com/images/I/51kSU3Su0CL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-11-21 09:00:00</published>
  <title>CSS Fixedしたコンテンツでスクロールさせたい</title>
  <type>rich</type>
  <url>https://chaika.hatenablog.com/entry/2017/11/21/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
