summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-15 00:05:48 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-15 00:05:48 +0500
commit4af0cb7767d2e6a431b74f280a54b96d86ef7774 (patch)
treeeb156deaac60aed629e1020ed6cfce7ec5c05bd9 /web/sass-files
parent20fceae163d0aaa1ca11287b913967c671bc55a4 (diff)
downloadchat-4af0cb7767d2e6a431b74f280a54b96d86ef7774.tar.gz
chat-4af0cb7767d2e6a431b74f280a54b96d86ef7774.tar.bz2
chat-4af0cb7767d2e6a431b74f280a54b96d86ef7774.zip
Fixing pageup issue
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_base.scss6
-rw-r--r--web/sass-files/sass/partials/_sidebar--right.scss2
2 files changed, 1 insertions, 7 deletions
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;