--- title: scroll-padding-bottom slug: Web/CSS/scroll-padding-bottom tags: - CSS - CSS Property - CSS プロパティ - Reference - Web - scroll-padding - scroll-padding-bottom translation_of: Web/CSS/scroll-padding-bottom ---
scroll-padding-bottom
プロパティは、スクロールポートの最適表示領域の下のオフセットを定義します。ユーザーのビュー内でものを配置するためのターゲット領域として使用される領域です。これにより、他のコンテンツ (固定位置のツールバーやサイドバーなど) によって隠されているスクロールポートの領域を除外したり、単にターゲット要素とスクロールポートの端との間により多くの余裕を持たせたりすることができます。
このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 https://github.com/mdn/interactive-examples をクローンしてプルリクエストを送信してください。
{{cssinfo}}
/* キーワード値 */ scroll-padding-bottom: auto; /* <length> 値 */ scroll-padding-bottom: 10px; scroll-padding-bottom: 1em; scroll-padding-bottom: 10%; /* グローバル値 */ scroll-padding-bottom: inherit; scroll-padding-bottom: initial; scroll-padding-bottom: unset;
<length-percentage>
auto
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName("CSS Scroll Snap Points", "#propdef-scroll-padding-bottom", "scroll-padding-bottom")}} | {{Spec2("CSS Scroll Snap Points")}} | 初回定義 |
{{Compat("css.properties.scroll-padding-bottom")}}