From c1ab874c9f7a4145a3e812d3a724406ecee45c92 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 18 Mar 2017 19:25:22 +0100 Subject: Eliminate scrollbar from options modal dialog Copy the padding style from the example on the Chrome developer page (https://developer.chrome.com/extensions/optionsV2) to eliminate the scrollbar in the dialog. --- options.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.html b/options.html index 3b3033e..92b229c 100644 --- a/options.html +++ b/options.html @@ -2,6 +2,10 @@