From a87908d957803408888ee77f6fef734ecda81a38 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 17 Jun 2025 16:06:08 -0700 Subject: [PATCH] fix: fixes z-index on some menu and improves scroll progress fading (#3989) --- .../ContainerViewer/ContainerActionsToolbar.vue | 12 ++++++------ assets/components/LogViewer/LogActions.vue | 2 +- assets/components/LogViewer/LogList.vue | 4 ++++ .../LogViewer/MultiContainerActionToolbar.vue | 6 +++--- .../LogViewer/__snapshots__/EventSource.spec.ts.snap | 6 +++--- assets/components/ScrollProgress.vue | 2 +- assets/components/common/RelativeTime.vue | 2 +- 7 files changed, 19 insertions(+), 15 deletions(-) diff --git a/assets/components/ContainerViewer/ContainerActionsToolbar.vue b/assets/components/ContainerViewer/ContainerActionsToolbar.vue index de156c6f..d43cc7cd 100644 --- a/assets/components/ContainerViewer/ContainerActionsToolbar.vue +++ b/assets/components/ContainerViewer/ContainerActionsToolbar.vue @@ -1,5 +1,5 @@