- From: JP via GitHub <sysbot+gh@w3.org>
- Date: Fri, 16 Aug 2019 08:47:09 +0000
- To: public-css-archive@w3.org
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