add vendor specific css prefixes

This commit is contained in:
hossainemruz 2020-08-25 15:29:02 +00:00 committed by GitHub
parent 738f7d5a1b
commit 25cd372c20
2 changed files with 5 additions and 3 deletions

View file

@ -424,6 +424,8 @@ mark {
.toc-section {
order: 2;
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
max-height: 0;
max-width: 100%;