Note that possible fix the sidebar scroll.

Sidebar currently gets bottom cut off when your browser height is too
small.  This URL seems to indicate a fix.  I don't have time to do it
now, but wanted to save it as a note to do later.
This commit is contained in:
Bradley M. Kuhn 2014-12-08 18:41:28 -05:00
parent c2c7b9b638
commit 5f11ff0c13

View file

@ -26,7 +26,8 @@ text-decoration: none; color: #557733;
} }
.toggle-control:hover { text-decoration: underline; color: #577632; } .toggle-control:hover { text-decoration: underline; color: #577632; }
/* FIXME: We should do this: */
/* http://www.waypointarts.com/blog/2013/06/29/fixing-a-side-bar-while-scrolling-until-bottom */
.donate-sidebar { .donate-sidebar {
position: fixed; position: fixed;
top: 180px; top: 180px;