Fixed Visual height for Sites Replication (#2293)

This commit is contained in:
Alex
2022-09-03 01:27:33 -05:00
committed by GitHub
parent d663b9f346
commit f3e24d62ca

View File

@@ -110,11 +110,13 @@ const ReplicationSites = ({
flex: 1,
padding: "0",
marginTop: "25px",
height: "calc( 100vh - 450px )",
height: "calc( 100vh - 640px )",
minHeight: "250px",
border: "1px solid #eaeaea",
marginBottom: "25px",
overflowY: "auto",
}}
component="nav"
component="div"
aria-labelledby="nested-list-subheader"
>
<Box