From 2dd97d09e2434a36f8ec0e984c82c2b7836f2ad0 Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Tue, 22 Feb 2022 12:03:22 +0100 Subject: [PATCH] Set zindex higher than loading icon --- .../components/nativeFilters/FilterBar/ActionButtons/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx index 5b35ba1f1960b..27d3e6c0a8432 100644 --- a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx +++ b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx @@ -44,6 +44,7 @@ const ActionButtonsContainer = styled.div` align-items: center; position: fixed; + z-index: 100; // filter bar width minus 1px for border width: ${OPEN_FILTER_BAR_WIDTH - 1}px;