This commit is contained in:
2025-11-13 15:03:35 +01:00
parent 62e44b5375
commit eb20d0bc5e
4 changed files with 34 additions and 61 deletions
+1 -10
View File
@@ -190,16 +190,7 @@ const DocumentsRouteContent: React.FC = () => {
actions={header.actions}
/>
</div>
{(header.selectionLabel || header.floatingActions) ? (
<div className="panel-floating-region" aria-live="polite" aria-atomic="true">
<div className="panel-floating">
{header.selectionLabel ? (
<span className="panel-floating__label">{header.selectionLabel}</span>
) : null}
{header.floatingActions || null}
</div>
</div>
) : null}
{(header.floatingActions)}
</>
) : null}
<div className={bodyClass}>{surface.content}</div>