diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-11 14:56:19 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-11 20:06:25 +0200 |
commit | 404ff19a22ea45cc7b84e5a6874beca8949ca165 (patch) | |
tree | d5ed2fb2333c47a456f13bddf35695a1e5bbf9a2 /help3xsl | |
parent | 2e077c0f9f724a3fe258c8e92aa3f67b7ab75446 (diff) |
Fix top row of page grid
Change-Id: I9ae465ac9d00df5561157e0872217a1e8a09e159
Reviewed-on: https://gerrit.libreoffice.org/80678
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a68fc00671..1710f1e520 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -582,6 +582,8 @@ li.disabled a { } .donation-frame { background: #18A303; + position: sticky; + top: 0px; } .donation{ background: #0379BC; @@ -610,6 +612,8 @@ li.disabled a { } .search-frame { background: #18A303; + top: 0px; + position: sticky; } .xapian-omega-search { margin: auto; |