From 4907448aa68da6d970ed32194f5b8c60492c104d Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 13 Sep 2021 01:14:00 +0200 Subject: [PATCH] Add overflow --- src/popup/popup.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/popup/popup.sass b/src/popup/popup.sass index 282938f..309da76 100644 --- a/src/popup/popup.sass +++ b/src/popup/popup.sass @@ -2,6 +2,8 @@ body background-color: #2b2a33 font-weight: bold max-height: 500px + overflow-x: hidden + overflow-y: auto a, p