aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_sidebars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_sidebars.scss')
-rw-r--r--app/assets/stylesheets/hmno_sidebars.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss
index c196ac2..dbc68ab 100644
--- a/app/assets/stylesheets/hmno_sidebars.scss
+++ b/app/assets/stylesheets/hmno_sidebars.scss
@@ -27,13 +27,9 @@
}
#left_sidebar, #right_sidebar {
- position: absolute;
width: 200px;
- top: 0;
- bottom: $spacing;
border: 1px groove $dark-border-fg;
background-color: $bg2;
- overflow: auto;
h2 {
@include sidebar-headers;
}
@@ -57,11 +53,11 @@
}
#left_sidebar {
- left: $spacing;
+ margin-right: $spacing;
}
#right_sidebar {
- right: $spacing;
+ margin-left: $spacing;
}
.sidebar_module {