diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-02-07 16:53:09 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-02-07 16:56:08 +0100 |
commit | 7a596ea59a4f532411d7d310b38ebbc0a973dcb9 (patch) | |
tree | 9792d736e409444d8d32e31a4c923478bc765699 | |
parent | 9d423633597c5c2401170cde33f51a24de9c7af6 (diff) | |
download | hmnoweb-7a596ea59a4f532411d7d310b38ebbc0a973dcb9.tar.gz hmnoweb-7a596ea59a4f532411d7d310b38ebbc0a973dcb9.tar.bz2 hmnoweb-7a596ea59a4f532411d7d310b38ebbc0a973dcb9.zip |
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.
-rw-r--r-- | app/assets/stylesheets/hmno_sidebars.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |