Skip to content

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

+1-1
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)