diff --git a/public/docs.html b/public/docs.html index 320aab41..3ec3ebe1 100644 --- a/public/docs.html +++ b/public/docs.html @@ -231,7 +231,12 @@ display: block; } - /* Document list container */ + /* Document list container - prevent CLS */ + #document-list { + min-height: 800px; /* Reserve space for ~40 documents to prevent layout shift */ + contain: layout; /* Isolate layout calculations */ + } + #document-list .relative, #document-list > div { position: relative !important; @@ -475,7 +480,7 @@ Skip to main content - +
All actions validated against governance rules before execution
User instructions classified and stored for cross-reference validation