Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit e24c1a5

Browse files
committed
feat: add scrollable alerts
Alerts can now be scrolled though
1 parent 9875bbe commit e24c1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<div class="list-group border-0 card text-center text-md-left" style="margin-top: 10px;">
242242
<p style="text-align: center;">This was originaly created by <a href="https://github.com/TGRHavoc">Havoc</a></p>
243243

244-
<div id="alert-holder" class="list-group-item d-inline-block collapsed" style="white-space: normal; border: none;">
244+
<div id="alert-holder" class="list-group-item d-inline-block collapsed" style="white-space: normal; border: none; overflow-y: scroll; max-height: 200px; width: 322px; /* Remove scroll bar */">
245245
</div>
246246
</div>
247247
</div>

0 commit comments

Comments
 (0)