---
title: tv-scrollable-bounds-inset-bottom
framework: tvml
role: article
role_heading: Article
path: tvml/tv-scrollable-bounds-inset-bottom
---

# tv-scrollable-bounds-inset-bottom

Specifies the size of an unscrollable region only at the bottom of the stack template.

## Overview

Overview The tv-scrollable-bounds-inset-bottom style creates an unscrollable region of a specified number of points up from the bottom of the stackTemplate. Use the tv-scrollable-bounds-inset-bottom style to create an inset only at the bottom, without creating an inset at the top. Here’s an example that sets the inset at the bottom to 100 points. <stackTemplate style="tv-scrollable-bounds-inset-bottom: 100.0">     <banner>         …     </banner>     <collectionList>         <shelf>             <section>                 <lockup>…</lockup>             </section>         </shelf>     </collectionList> </stackTemplate> Elements That Use tv-scrollable-bounds-inset-bottom stackTemplate

## See Also

### Specifying Inset Location

- [tv-scrollable-bounds-inset-top](tvml/tv-scrollable-bounds-inset-top.md)
