Table panel: Fix table column resize handle incorrect z-index (#36934) (#39157)

This commit is contained in:
Alexander Kubyshkin
2021-09-15 14:26:11 +03:00
committed by GitHub
parent 9d3f4f5983
commit 32946ec9b1
@@ -148,7 +148,6 @@ export const getTableStyles = (theme: GrafanaTheme2) => {
right: -4px;
border-radius: 3px;
top: 0;
z-index: ${theme.zIndex.dropdown};
touch-action: none;
&:hover {