From 8a90adc44282e5a05e9689228a70fda3ee02714b Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Tue, 20 Jul 2021 11:26:14 +0200 Subject: [PATCH] Set height on nested elements to avoid mutliple scrollbars --- popup.html | 4 +++- src/popup.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/popup.html b/popup.html index e35fc80..80d69f7 100644 --- a/popup.html +++ b/popup.html @@ -45,6 +45,8 @@ #main { font-size: 15px; padding-bottom: 5px; + height: 100%; + flex-direction: column; } #roleList { padding: 0; @@ -97,7 +99,7 @@ -
+