.olddiv
{
overflow:visible;
background-color:#1D41A4;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
}
<div id="old" class="olddiv">
My text that overflows is visible but it does not have the div's background color. How do I get it to keep the background color?