## Background
In T324708#8694562 we decided to implement the dialog's scroll behavior in a separate task, so we should implement the following changes in the Dialog when scrolling:
- Dividers will be displayed just when scrolling (delete them from the component's properties)
- `subtitle` will be hidden when scrolling so the header doesn't occupy too much space
- The header and footer padding will be decreased to `16px` when scrolling (while dividers are visible)
{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 just when scrolling (delete them from the component's properties)
[] Hide `subtitle` when scrolling
[] `16px` padding on Header and Footer when scrolling