1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

Remove unnecessary CSS properties (#1437)

Property is ignored due to the display. With 'display: block', vertical-align should not be used.
This commit is contained in:
Benjamin Staneck 2020-01-23 22:59:34 +01:00 committed by Martin Donath
parent 68272079c3
commit 656c76f933

View File

@ -233,7 +233,6 @@ $codehilite-whitespace: transparent;
padding: px2rem(10.5px) px2rem(12px);
background-color: transparent;
overflow: auto;
vertical-align: top;
// Override native scrollbar styles
&::-webkit-scrollbar {