feat: set margin top 10px, remove botto 0

This commit is contained in:
karishmas6
2024-10-20 21:26:47 +05:30
parent 1710f123aa
commit b4ba7adcab

View File

@@ -24,6 +24,7 @@ const BrowserRecordingSave = () => {
<Grid container>
<Grid item xs={12} md={3} lg={3}>
<div style={{
marginTop: '10px',
marginLeft: '10px',
color: 'white',
position: 'absolute',
@@ -31,7 +32,6 @@ const BrowserRecordingSave = () => {
border: 'none',
padding: '7.5px',
width: 'calc(100% - 20px)', // Ensure it takes full width but with padding
bottom: 0,
overflow: 'hidden',
display: 'flex',
justifyContent: 'space-between',