1 2 3 4 5 6 7
<!-- This fixes `<summary>` items not having `list-item` display style, which is needed in order to preperly show the arrow next to it. --> <style> summary { display: list-item; } </style>