diff --git a/src/client-libs/style.css b/src/client-libs/style.css index 7f86937..0d10088 100644 --- a/src/client-libs/style.css +++ b/src/client-libs/style.css @@ -1,6 +1,7 @@ -body { - background: #eeeeee; +html > body { + /* override bootstrap background */ + background: #f9f9f9; } footer p { @@ -80,3 +81,15 @@ div.min-height { div.min-height { min-height: 400px; } + +.ec-stickyfill { + position: -webkit-sticky; + position: sticky; + top: 0; +} + +.ec-stickyfill:before, +.ec-stickyfill:after { + content: ''; + display: table; +}