Changes in Directory Notes Filter.
This commit is contained in:
parent
9554caf25f
commit
0b54e0b5f1
@ -306,7 +306,7 @@ const DirectoryPageHeader = ({
|
|||||||
)}
|
)}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div className="dropdown-menu p-0" style={{ minWidth: "600px" }}>
|
<div className="dropdown-menu p-0" style={{ minWidth: "700px" }}>
|
||||||
{/* Scrollable Filter Content */}
|
{/* Scrollable Filter Content */}
|
||||||
<div
|
<div
|
||||||
className="p-3"
|
className="p-3"
|
||||||
@ -319,7 +319,7 @@ const DirectoryPageHeader = ({
|
|||||||
>
|
>
|
||||||
<div className="d-flex gap-3">
|
<div className="d-flex gap-3">
|
||||||
{/* Created By */}
|
{/* Created By */}
|
||||||
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto" }}>
|
<div style={{ flex: 0.50, maxHeight: "260px", overflowY: "auto" }}>
|
||||||
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
|
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
|
||||||
<p className="text-muted mb-2 pt-2">Created By</p>
|
<p className="text-muted mb-2 pt-2">Created By</p>
|
||||||
</div>
|
</div>
|
||||||
@ -340,7 +340,7 @@ const DirectoryPageHeader = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Organization */}
|
{/* Organization */}
|
||||||
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto" }}>
|
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto",overflowX: "hidden", }}>
|
||||||
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
|
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
|
||||||
<p className="text-muted mb-2 pt-2">Organization</p>
|
<p className="text-muted mb-2 pt-2">Organization</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user