diff --git a/DeepDrftPublic.Client/Controls/SharePopover.razor b/DeepDrftPublic.Client/Controls/SharePopover.razor
index 7acc5c7..b8eeed8 100644
--- a/DeepDrftPublic.Client/Controls/SharePopover.razor
+++ b/DeepDrftPublic.Client/Controls/SharePopover.razor
@@ -1,11 +1,13 @@
@namespace DeepDrftPublic.Client.Controls
-@* Overlay is viewport-level; keep it outside the anchor wrapper so it doesn't
- inherit relative stacking context and still covers the full page. *@
+@* Overlay is viewport-level/fixed regardless of DOM nesting; placing it outside
+ the wrapper is harmless/cleaner but doesn't change its behavior. *@