Specify overflow-x property to ToC
This commit is contained in:
parent
f4ed35b9fb
commit
073fe99270
|
@ -12,7 +12,7 @@
|
||||||
<style>
|
<style>
|
||||||
.toc__wrapper {
|
.toc__wrapper {
|
||||||
max-height: 89vh;
|
max-height: 89vh;
|
||||||
overflow: auto;
|
overflow-x: auto;
|
||||||
background-color: var(--clr-content-bg);
|
background-color: var(--clr-content-bg);
|
||||||
padding: 1rem 1.3rem;
|
padding: 1rem 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue