From 404ff19a22ea45cc7b84e5a6874beca8949ca165 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 11 Oct 2019 14:56:19 -0300 Subject: Fix top row of page grid Change-Id: I9ae465ac9d00df5561157e0872217a1e8a09e159 Reviewed-on: https://gerrit.libreoffice.org/80678 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/default.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'help3xsl') 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; -- cgit v1.2.3