From 4af0cb7767d2e6a431b74f280a54b96d86ef7774 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 15 Dec 2015 00:05:48 +0500 Subject: Fixing pageup issue --- web/sass-files/sass/partials/_base.scss | 6 ------ web/sass-files/sass/partials/_sidebar--right.scss | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 9271fad47..4f9e1d5c7 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -43,12 +43,6 @@ body { @include clearfix; height: 100%; position: relative; - .container-fluid { - position: absolute; - left: 0; - top: 0; - width: 100%; - } } img { diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss index 0c0fd930f..e39f7730b 100644 --- a/web/sass-files/sass/partials/_sidebar--right.scss +++ b/web/sass-files/sass/partials/_sidebar--right.scss @@ -1,7 +1,7 @@ @charset "UTF-8"; .sidebar--right { - position: absolute; + position: fixed; width: 400px; height: 100%; right: 0px; -- cgit v1.2.3-1-g7c22