tiny fix; adds vertical scrollbar to expanded prompt history
This commit is contained in:
parent
3f00945c83
commit
794ef10fc8
1 changed files with 1 additions and 0 deletions
|
@ -467,6 +467,7 @@ div.prompt-wrapper > .prompt-indicator.styles::after {
|
||||||
|
|
||||||
#prompt-history.expanded {
|
#prompt-history.expanded {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#prompt-history .entry {
|
#prompt-history .entry {
|
||||||
|
|
Loading…
Reference in a new issue