lavoce #30

Merged
bragaz_rexita merged 4 commits from lavoce into main 2025-12-31 03:20:52 +00:00
Showing only changes of commit 167abcaa43 - Show all commits

View File

@@ -639,7 +639,17 @@ const ListNotification = memo(function ListNotification(props) {
Tidak ada log history
</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 */}
<div
style={{
@@ -731,6 +741,7 @@ const ListNotification = memo(function ListNotification(props) {
</Row>
))}
</div>
</div>
)}
</>
);