Browse Source

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

sw 1 month ago
parent
commit
29e138dfe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/patient/register.tsx

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

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