diff options
Diffstat (limited to 'help3xsl/default.css')
-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; |