hack: make min-height of line-number container 98% to prevent scrollbar from appearing in code demo

This commit is contained in:
fragosti 2018-12-04 12:49:37 -08:00
parent 110d05f645
commit 3e4b77757e

View File

@ -20,7 +20,7 @@ const CustomPre = styled.pre`
code:first-of-type {
background-color: #2a2a2a !important;
color: #999;
min-height: 100%;
min-height: 98%;
text-align: center;
padding-right: 5px !important;
padding-left: 5px;