Fix toc dropdown overflowing on mobile
This commit is contained in:
@ -134,7 +134,7 @@
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--nav-bg);
|
||||
padding: 1rem;
|
||||
width: min(calc(var(--container-width) / 3), 90vw);
|
||||
width: min(calc(var(--container-width) / 3), calc(90vw - 3rem));
|
||||
max-height: 50vh;
|
||||
|
||||
&-title {
|
||||
|
Reference in New Issue
Block a user