Explorar el Código

feat(patient-register): make filterbar float over human anatomy diagram on registration page

dengdx hace 1 mes
padre
commit
18205d5f98
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/pages/patient/components/RegisterAvailableFilterBar.tsx

+ 4 - 1
src/pages/patient/components/RegisterAvailableFilterBar.tsx

@@ -50,7 +50,10 @@ const RegisterAvailableFilterBar: React.FC<Props> = ({
   // ];
 
   return (
-    <div style={{ padding: 16, borderBottom: '1px solid #f0f0f0' }}>
+    <div
+      className="absolute top-0 left-0 right-0 z-10"
+      style={{ padding: 16, borderBottom: '1px solid #f0f0f0' }}
+    >
       <Row gutter={[16, 16]}>
         <Col xs={24} sm={12} md={6} lg={6} xl={6}>
           <Segmented