Specify overflow-x property to ToC
This commit is contained in:
parent
fb482bad33
commit
65abadf14f
@ -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…
x
Reference in New Issue
Block a user