From e6b5440e1645ee574136c65a3fc8328392ef31ec Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Sat, 30 Jun 2018 17:12:36 -0400 Subject: [PATCH] Convert the caller info to a sticky header (#246) * Convert the caller info to a sticky header * Add webkit-sticky property. * Converted spaces to tab. * Fix converstation window height and margin. WIth the sticky header we no longer need to set a margin and the height should be auto for short conversation. --- css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a33f67e..ea4f557 100644 --- a/css/style.css +++ b/css/style.css @@ -60,15 +60,17 @@ #app-content-wrapper { padding: 15px; - margin-top: 100px; min-height: auto !important; + height: auto; } #app-content-header { background-color: #E6E6E6; min-height: 100px; width: auto; - top: 45px; + top: 0px; + position: -webkit-sticky; + position: sticky; padding: 12px; box-shadow: 0 1px 0 0 #CCC; z-index: 1;