Przeglądaj źródła

Added z-index to SaveButton

Nicolas Frati 4 lat temu
rodzic
commit
1c22069a5f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard/src/components/SaveButton.tsx

+ 1 - 0
dashboard/src/components/SaveButton.tsx

@@ -145,6 +145,7 @@ const ButtonWrapper = styled.div`
     const baseStyles = `
       display: flex;
       align-items: center;
+      z-index: 99;
     `;
 
     if (props.clearPosition) {