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 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>
)} )}
</> </>
); );