diff --git a/ui/src/components/app-sidebar-session-catalog-render.ts b/ui/src/components/app-sidebar-session-catalog-render.ts
index a1090c4ff5af..40ee45c64604 100644
--- a/ui/src/components/app-sidebar-session-catalog-render.ts
+++ b/ui/src/components/app-sidebar-session-catalog-render.ts
@@ -1,4 +1,5 @@
import { html, nothing } from "lit";
+import { ref } from "lit/directives/ref.js";
import type {
SessionCatalog,
SessionCatalogHost,
@@ -11,6 +12,7 @@ import { t } from "../i18n/index.ts";
import { formatUiError } from "../lib/format-error.ts";
import { handleContextMenuEvent } from "../lib/keyboard-shortcuts.ts";
import { shouldHandleNavigationClick } from "../lib/navigation-click.ts";
+import { createOverflowFadeRef } from "../lib/overflow-fade.ts";
import type { CatalogSessionKey } from "../lib/sessions/catalog-key.ts";
import { buildCatalogSessionKey } from "../lib/sessions/catalog-key.ts";
import {
@@ -483,7 +485,9 @@ function renderCatalogSessionRow(
>