From 7228dc86c3237c9b403dc5e0172349d8270af6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 29 Jun 2017 18:02:02 +0200 Subject: [PATCH] sticky styling --- src/c3nav/editor/static/editor/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index 16b83163..aa43a00a 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -56,6 +56,7 @@ body:not(.map-enabled) #sidebar { margin-bottom:0; padding:0 0 12px; position:sticky; + min-height:50px; bottom:0; background-color: #ffffff; box-shadow: 0 0 10px 10px #ffffff;