소스 검색

fix(patient-register): adjust position of registration and examination buttons to avoid being covered by status bar at the bottom

sw 1 개월 전
부모
커밋
29e138dfe0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/patient/register.tsx

+ 1 - 1
src/pages/patient/register.tsx

@@ -196,7 +196,7 @@ const RegisterPage: React.FC = () => {
       )}
       <Space
         style={{
-          position: 'fixed',
+          position: 'absolute',
           bottom: '20px',
           right: '20px',
           zIndex: 1000,