From 7a596ea59a4f532411d7d310b38ebbc0a973dcb9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 7 Feb 2014 16:53:09 +0100 Subject: Fix sidebar overflow issue. Ideally I would like to have the sidebars expand to show all their contents, but I have not found a way to make this look nice. They should also expand their container, so that the footer comes below the sidebars. For now this seems like an acceptable solution. --- app/assets/stylesheets/hmno_sidebars.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss index 20d9895..8791ef9 100644 --- a/app/assets/stylesheets/hmno_sidebars.scss +++ b/app/assets/stylesheets/hmno_sidebars.scss @@ -17,6 +17,7 @@ bottom: $spacing; border: 1px groove $dark-border-fg; background-color: $bg2; + overflow: auto; h2 { @include sidebar-headers; } -- cgit v1.2.3