## Background
In T324708#8694562 we decided to implement the dialog's dynamic divider behavior in a separate task, so we should implement the following changes in the Dialog:
{F36912427}
### Design spec
| [[ https://www.figma.com/file/8FOPeZwE4NKQsHnl2cRu29/Dialog---T284838?node-id=2144%3A265265&t=W6HXL99M4WcF4ihr-11 | Component spec sheet ]] |
### Open questions
// Add here the questions to be answered in order to design and implement the component //
### Acceptance criteria (or Done)
**Design**
[-] Design the Figma spec sheet and add it in this task
[] Update the component in the Figma [[ https://www.figma.com/file/KoDuJMadWBXtsOtzGS4134/❖-Codex-components?node-id=1891%3A4420&viewport=287%2C338%2C0.28 | library ]]. //This step will be done by a DST member.//
**Code**
[] Update the Dialog's scrolling in Codex:
[] Dividers will be displayed only when the body content of the dialog is scrollable.
[] `16px` padding on Header and Footer when dividers are shown.
[] Update Dialog documentation to provide an example of a dialog with dividers / scrollable body content.