From 7a9c4ff0a9041cd72a3b2e125611aaed4cd08b07 Mon Sep 17 00:00:00 2001 From: Francis McKenzie Date: Mon, 23 Sep 2019 23:20:26 +0200 Subject: [PATCH] Improved comments in CSS --- src/css/popup.css | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 78e1047..81cd02b 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -23,13 +23,9 @@ body { max-inline-size: 300px; } -/** - Bugfix: incorrect scrollbars/spacing when editing container with many assignments - https://github.com/mozilla/multi-account-containers/issues/948 - */ html, body { - block-size: 100%; + block-size: 100%; /* Bugfix: issue 948 */ } :root { @@ -792,20 +788,12 @@ span ~ .panel-header-text { padding-inline-start: 16px; } -/** - Bugfix: incorrect scrollbars/spacing when editing container with many assignments - https://github.com/mozilla/multi-account-containers/issues/948 - */ .edit-container-panel .columns { - overflow: hidden; + overflow: hidden; /* Bugfix: issue 948 */ } #edit-sites-assigned { - /** - Bugfix: incorrect scrollbars/spacing when editing container with many assignments - https://github.com/mozilla/multi-account-containers/issues/948 - */ - flex: 1000; + flex: 1000; /* Bugfix: issue 948 */ } #edit-sites-assigned h3 {