diff options
| author | Teddy Wing | 2017-03-18 19:25:22 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-03-18 19:25:22 +0100 |
| commit | c1ab874c9f7a4145a3e812d3a724406ecee45c92 (patch) | |
| tree | 9dc4d91650b90915127e7f49b35d0ba3891daf09 /options.html | |
| parent | b5e45a698e1e90151477361f760a1b4fb29a63d7 (diff) | |
| download | chrome-timetasker-c1ab874c9f7a4145a3e812d3a724406ecee45c92.tar.bz2 | |
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.
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options.html b/options.html index 3b3033e..92b229c 100644 --- a/options.html +++ b/options.html @@ -2,6 +2,10 @@ <html> <head> <title>Timetasker Options</title> + + <style> + body: { padding: 10px; } + </style> </head> <body> |
