Explorar el Código

Added z-index to SaveButton

Nicolas Frati hace 4 años
padre
commit
1c22069a5f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = `
     const baseStyles = `
       display: flex;
       display: flex;
       align-items: center;
       align-items: center;
+      z-index: 99;
     `;
     `;
 
 
     if (props.clearPosition) {
     if (props.clearPosition) {