tiny fix; adds vertical scrollbar to expanded prompt history

This commit is contained in:
tim h 2022-12-20 08:45:23 -06:00
parent 3f00945c83
commit 794ef10fc8

View file

@ -467,6 +467,7 @@ div.prompt-wrapper > .prompt-indicator.styles::after {
#prompt-history.expanded {
width: 300px;
overflow-y: auto;
}
#prompt-history .entry {