Nicolas Frati 4 лет назад
Родитель
Сommit
1c22069a5f
1 измененных файлов с 1 добавлено и 0 удалено
  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) {