diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/settings.html b/html/settings.html index 0bba5e3..df5e751 100644 --- a/html/settings.html +++ b/html/settings.html @@ -104,7 +104,7 @@ /* Leave space for default policy dialog and headings. */ --content-height: calc(var(--tab-content-height) - 3em); } - + /* Pass height information to html in all tabs. */ .tab { --content-height: var(--tab-content-height); |