mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
Update index.html
Fixed size of shell selection card.
This commit is contained in:
parent
190888a16a
commit
07a60d46df
@ -246,7 +246,7 @@
|
|||||||
<!-- Left column: Reverse shell selection -->
|
<!-- Left column: Reverse shell selection -->
|
||||||
<div class="col-12 col-md-3">
|
<div class="col-12 col-md-3">
|
||||||
<div id="reverse-shell-selection" class="list-group overflow-auto"
|
<div id="reverse-shell-selection" class="list-group overflow-auto"
|
||||||
style="max-height: 520px">
|
style="max-height: 490px">
|
||||||
<!-- filled by init()-->
|
<!-- filled by init()-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user