fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user