Преглед на файлове

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,