|
@@ -50,7 +50,10 @@ const RegisterAvailableFilterBar: React.FC<Props> = ({
|
|
// ];
|
|
// ];
|
|
|
|
|
|
return (
|
|
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]}>
|
|
<Row gutter={[16, 16]}>
|
|
<Col xs={24} sm={12} md={6} lg={6} xl={6}>
|
|
<Col xs={24} sm={12} md={6} lg={6} xl={6}>
|
|
<Segmented
|
|
<Segmented
|