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:
22
style.css
22
style.css
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user