diff --git a/src/layout/InkLayout/InkLayout.stories.tsx b/src/layout/InkLayout/InkLayout.stories.tsx
index 701ec51..b5efb38 100644
--- a/src/layout/InkLayout/InkLayout.stories.tsx
+++ b/src/layout/InkLayout/InkLayout.stories.tsx
@@ -78,3 +78,24 @@ export const SideNavWithCustomButtons: Story = {
),
},
};
+
+/**
+ * The side nav can be a custom component for routing, for instance, if you want to use NextJS' own {``} component.
+ */
+export const StickySideNav: Story = {
+ args: {
+ children: (
+
+
+
+
+ If the main content is bigger than the screen, the side nav will
+ be sticky.
+