From d3178f549b90667e3b6226da54a8eadd94a14e8d Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Thu, 30 Apr 2015 17:26:04 +0200 Subject: [PATCH] top menu now at top on mobile --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 21f4971b..a282484d 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -87,6 +87,12 @@ display: inline; height: 128px; } +@media only screen and (max-width: 600px){ + .navbar-fixed, #nav, .control-list{ + position: relative !important; + } +} + @media only screen and (min-width: 992px){ .navbar-fixed { height: 64px;