lavoce #30
@@ -639,7 +639,17 @@ const ListNotification = memo(function ListNotification(props) {
|
|||||||
Tidak ada log history
|
Tidak ada log history
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div style={{ padding: '0 16px', position: 'relative' }}>
|
<div
|
||||||
|
style={{
|
||||||
|
height: '400px',
|
||||||
|
overflowY: 'auto',
|
||||||
|
padding: '0 16px',
|
||||||
|
position: 'relative',
|
||||||
|
border: '1px solid #f0f0f0',
|
||||||
|
borderRadius: '4px'
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div style={{ position: 'relative' }}>
|
||||||
{/* Garis vertikal yang menyambung */}
|
{/* Garis vertikal yang menyambung */}
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
@@ -731,6 +741,7 @@ const ListNotification = memo(function ListNotification(props) {
|
|||||||
</Row>
|
</Row>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user