Add vertical padding on overflow scroll

This commit is contained in:
atomiks
2018-02-26 20:13:11 +10:00
parent ea92839a00
commit 6666212945

View File

@ -31,6 +31,7 @@ Adds a fading gradient to an overflowing element to better indicate there is mor
background: white;
width: 300px;
height: 250px;
padding: 15px 0;
line-height: 1.2;
text-align: center;
}
@ -63,6 +64,7 @@ Adds a fading gradient to an overflowing element to better indicate there is mor
background: white;
width: 300px;
height: 250px;
padding: 15px 0;
line-height: 1.2;
text-align: center;
}