Re: [csswg-drafts] [css-overflow-3] Clarify padding-bottom in overflow content (#129)

Another workaround that worked well in my case: adding bottom margin to the last child.
```
 .overflowing-container > *:last-child{ margin-bottom: 20px; }
```

-- 
GitHub Notification of comment by jipema
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/129#issuecomment-521936665 using your GitHub account

Received on Friday, 16 August 2019 08:47:11 UTC