Added scrolling to tridactyl theme.

This commit is contained in:
James Patrick 2020-03-02 10:26:28 -05:00
parent 0f3768508f
commit c4701f80b7

View File

@ -89,6 +89,10 @@
width: 100%;
}
#completions .optionContainer .option {
overflow: auto;
}
#completions .optionContainer .option {
line-height: 1.4;
}