From 5e22f60f259be604143ec04b1f7a69de6e81937c Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 27 Aug 2015 11:55:20 -0400 Subject: [PATCH] fixed profile menu floating --- less/mobile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/mobile.less b/less/mobile.less index 4438ed4..8bb9a5f 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -118,7 +118,7 @@ .menu-profile { text-align: center; background: #101010; - position: fixed; + position: absolute; height: 75px; width: 100%; top: 0px;