fix sticky header z-index

This commit is contained in:
henrygd
2025-09-24 17:07:38 -04:00
parent 63bdac83a1
commit f70c30345a
3 changed files with 3 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ export default memo(function NetworkSheet({
return (
<Sheet open={netInterfacesOpen} onOpenChange={setNetInterfacesOpen}>
<DialogTitle className="sr-only">{t`Network`}</DialogTitle>
<DialogTitle className="sr-only">{t`Network traffic of public interfaces`}</DialogTitle>
<SheetTrigger asChild>
<Button
title={t`View more`}