From 50644c84dce820f8eef25e81597f1ade8fa1421c Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 23 Jun 2016 00:19:23 +0200 Subject: [PATCH] Overlay sidebar on small screens. --- src/_h5ai/public/css/lib/responsive.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/_h5ai/public/css/lib/responsive.less b/src/_h5ai/public/css/lib/responsive.less index 7e601c7d..3b598a6a 100644 --- a/src/_h5ai/public/css/lib/responsive.less +++ b/src/_h5ai/public/css/lib/responsive.less @@ -7,6 +7,11 @@ width: 0; } } + #sidebar { + position: absolute; + min-height: 100%; + z-index: 1; + } #view.view-details { .header .label, .item .label { margin-right: 80px !important;