From c4701f80b7b407e8911de224e39200f7cf017241 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 2 Mar 2020 10:26:28 -0500 Subject: [PATCH] Added scrolling to tridactyl theme. --- tridactyl/themes/onedark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tridactyl/themes/onedark.css b/tridactyl/themes/onedark.css index d33d4e6..3fef847 100644 --- a/tridactyl/themes/onedark.css +++ b/tridactyl/themes/onedark.css @@ -89,6 +89,10 @@ width: 100%; } +#completions .optionContainer .option { + overflow: auto; +} + #completions .optionContainer .option { line-height: 1.4; }