Specify overflow-x property to ToC

This commit is contained in:
Helen Chong 2024-05-22 15:53:28 +08:00
parent f4ed35b9fb
commit 073fe99270
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<style>
.toc__wrapper {
max-height: 89vh;
overflow: auto;
overflow-x: auto;
background-color: var(--clr-content-bg);
padding: 1rem 1.3rem;
}