From a4eb8b465cbeb247b9b604e2bfc11b9bd1c5bdc4 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Mon, 20 Jun 2016 03:17:32 +0100 Subject: [PATCH] Fixed sidebar issues on mobile --- resources/assets/styles/mobile.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 0d99f9c6..1f6beb08 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -73,6 +73,7 @@ z-index: 1011; height: ~"calc(100% - 64px)"; box-shadow: 0 8px 8px rgba(0,0,0,0.5); + overflow-y: scroll; > a { display: none; @@ -83,6 +84,9 @@ a { padding: 13px 25px; } + h3 a { + margin-top: -12px; + } } &.animated { @@ -92,6 +96,10 @@ &.active { transform: translateX(170px) translateZ(0); } + + .x-attribution { + position: static !important; + } } .user-details > .avatar {