Merge pull request #212 from xionglong58/patch-1

Reuse "height", the second "height" may be "width"
This commit is contained in:
Angelos Chalaris
2021-02-05 12:13:32 +02:00
committed by GitHub

View File

@ -59,7 +59,7 @@ Creates a list with floating headings for each section.
background: #455A64;
color: #fff;
height: 80vh;
height: 320px;
width: 320px;
border-radius: 1rem;
overflow-y: auto;
}