diff --git a/docs/404.html b/docs/404.html
index 9625ff5..961092d 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -310,6 +310,7 @@
right: 0;
width: 260px;
height: 100vh;
+ height: 100dvh;
background: var(--bg-elevated);
border-left: 1px solid var(--border);
z-index: 151;
diff --git a/docs/cli/index.html b/docs/cli/index.html
index cc1472b..e560096 100644
--- a/docs/cli/index.html
+++ b/docs/cli/index.html
@@ -1192,6 +1192,7 @@
right: 0;
width: 260px;
height: 100vh;
+ height: 100dvh;
background: var(--bg-elevated);
border-left: 1px solid var(--border);
z-index: 151;
@@ -1201,6 +1202,8 @@
display: flex;
flex-direction: column;
gap: 0;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { transform: translateX(0); }
diff --git a/docs/index.html b/docs/index.html
index 265169e..afc77e5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1446,6 +1446,7 @@
right: 0;
width: 260px;
height: 100vh;
+ height: 100dvh;
background: var(--bg-elevated);
border-left: 1px solid var(--border);
z-index: 151;
@@ -1455,6 +1456,8 @@
display: flex;
flex-direction: column;
gap: 0;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { transform: translateX(0); }
diff --git a/docs/privacy.html b/docs/privacy.html
index d16501c..074c4a3 100644
--- a/docs/privacy.html
+++ b/docs/privacy.html
@@ -327,6 +327,7 @@
right: 0;
width: 260px;
height: 100vh;
+ height: 100dvh;
background: var(--bg-elevated);
border-left: 1px solid var(--border);
z-index: 151;