mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-10 00:02:36 -04:00
fix: left sidebar scroll
This commit is contained in:
@@ -14,7 +14,7 @@ const langCode = 'en'; // getLanguageFromURL(currentPage);
|
||||
const sidebar = SIDEBAR[langCode];
|
||||
---
|
||||
|
||||
<nav aria-labelledby="grid-left">
|
||||
<nav aria-labelledby="grid-left" class="max-h-full overflow-auto pb-20">
|
||||
<ul>
|
||||
{
|
||||
Object.entries(sidebar).map(([header, children]) => (
|
||||
|
||||
Reference in New Issue
Block a user