| OLD | NEW |
| 1 # paper-dialog-scrollable | 1 # paper-dialog-scrollable |
| 2 | 2 |
| 3 `paper-dialog-scrollable` implements a scrolling area used in a Material Design
dialog. Use this | 3 `paper-dialog-scrollable` implements a scrolling area used in a Material Design
dialog. Use this |
| 4 together with elements implementing `paper-dialog-behavior`. | 4 together with elements implementing `paper-dialog-behavior`. |
| 5 | 5 |
| 6 It shows a top divider after scrolling if it is not the first child in its paren
t container. It | 6 It shows a top divider after scrolling if it is not the first child in its paren
t container. It |
| 7 shows a bottom divider if it is scrollable and it is not the last child in its p
arent container. | 7 shows a bottom divider if it is scrollable and it is not the last child in its p
arent container. |
| 8 The bottom divider is hidden if it is scrolled to the bottom. | 8 The bottom divider is hidden if it is scrolled to the bottom. |
| OLD | NEW |