diff --git a/cam/static/css/toolbar.css b/cam/static/css/toolbar.css index 2801408..e2a96a9 100644 --- a/cam/static/css/toolbar.css +++ b/cam/static/css/toolbar.css @@ -88,6 +88,16 @@ body { margin: 5px; } +.fake_toolbar { + width: 100%; + height: 47px; + background: #2c2c2c; + position: absolute; + top: 0; + left: 0; + display: none; +} + @media screen and (max-width: 767px) { body { margin: 0 !important; @@ -149,4 +159,9 @@ body { display: block; } + .fake_toolbar { + height: 47px; + display: block; + } + } diff --git a/cam/templates/archimed/associate.html b/cam/templates/archimed/associate.html index ad398c6..905c42f 100644 --- a/cam/templates/archimed/associate.html +++ b/cam/templates/archimed/associate.html @@ -10,21 +10,7 @@ - +