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:
parent
c2c7b9b638
commit
5f11ff0c13
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue