attempt to fix #17. If the page breaks for you, please try clearing your cache and reloading the page. If that doesn’t work, please open a bug report.

This commit is contained in:
Stefan Breunig
2013-02-08 02:43:28 +01:00
parent 7ebb0f9624
commit 00d9202924
4 changed files with 71 additions and 33 deletions

View File

@ -14,16 +14,34 @@ body {
margin-right:302px;
}
#scrollwrapper {
height: 100%;
overflow: hidden;
position: fixed;
right: -38px;
top: 0;
width: 340px;
}
#sidebar {
background: #000;
border-left: 2px solid #c3c3c3;
color: #888;
height: 100%;
position: fixed;
right: 0;
position: relative;
left: 0;
top: 0;
overflow-y:scroll;
overflow-x:hidden;
}
#redeem {
/* cheap hack to prevent sidebar content being overlayed by the map
* status box */
margin-bottom: 55px;
}
.enl {
color: #03fe03 !important;
}