1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

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.
This commit is contained in:
Greg Ross 2018-06-30 17:12:36 -04:00 committed by Loïc Blot
parent 71b178947e
commit e6b5440e16

View File

@ -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;