You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/09 08:13:55 UTC

[camel-website] 02/03: added styling for searched result div

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit d4c631a8a591bf2b2bac9e3c937bd0a78a66aaec
Author: AghaSaad04 <ag...@gmail.com>
AuthorDate: Fri Mar 6 20:50:30 2020 +0500

    added styling for searched result div
---
 antora-ui-camel/src/css/header.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 864e9bb..431dd59 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -327,6 +327,10 @@ body {
   padding: 0.5rem;
   text-align: left;
   box-shadow: 0.1px 0.2em 2.5em #c4c4c4;
+  position: absolute;
+  margin-right: 10px;
+  overflow-y: auto;
+  max-height: 80vh;
 }
 
 .result_header {